x用户-fixed

This commit is contained in:
2025-09-28 16:13:35 +08:00
parent 5042b17c79
commit 1226992c78
4 changed files with 4 additions and 3 deletions

View File

@@ -130,6 +130,7 @@ public class ChargeUserXService {
chargeUserXDetail.setWinGold(gameDayStatData.getWinGold());
chargeUserXDetail.setPayGold(gameDayStatData.getPayGold());
chargeUserXDetail.setAdminAdd(0);
chargeUserXDetail.setRemark("自动扫描标记");
chargeUserXDetail.setRefStatus(0);
chargeUserXDetail.setIdentity(1);
chargeUserXDetail.setCreateTime(date);

View File

@@ -40,7 +40,7 @@
<if test="ip != null and ip != ''">
and cuxd.uid in (select uid from charge_user_x_record where type = 1 and ip = #{ip})
</if>
<if test="device != null device != ''">
<if test="device != null and device != ''">
and cuxd.uid in (select uid from charge_user_x_record where type = 2 and device_id = #{device})
</if>
order by cuxd.update_time desc