|
@@ -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
|
|
|
""");
|
|
|
|