Browse Source

修改内容:推广总数据 人数

shishaosong 1 year ago
parent
commit
d296aebf04

+ 2 - 2
game-data/game-data-serve/src/main/java/com/zanxiang/game/data/serve/service/impl/AccountAgentDayServiceImpl.java

@@ -412,7 +412,7 @@ public class AccountAgentDayServiceImpl implements IAccountAgentDayService {
                     and account_id = @accountId
                     and order_time >= @rechargeBeginDay
                     and order_time <= @rechargeEndDay
-                    and reg_time <= @costBeginDay
+                    and reg_time >= @costBeginDay
                     and reg_time <= @costEndDay
                 """);
 
@@ -794,7 +794,7 @@ public class AccountAgentDayServiceImpl implements IAccountAgentDayService {
                     and account_id = @accountId
                     and order_time >= @rechargeBeginDay
                     and order_time <= @rechargeEndDay
-                    and reg_time <= @costBeginDay
+                    and reg_time >= @costBeginDay
                     and reg_time <= @costEndDay
                 """);