|
@@ -127,6 +127,10 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
//累计充值金额最大值
|
|
|
criA.where().andLTE("amount", dto.getTotalRechargeMax());
|
|
|
}
|
|
|
+ if (dto.getIsRemoveGame() != null) {
|
|
|
+ //是否退游
|
|
|
+ criA.where().andEquals("is_remove_game", dto.getIsRemoveGame());
|
|
|
+ }
|
|
|
//给充值时间查询条件
|
|
|
Criteria criTodayAmount = Cnd.cri();
|
|
|
//查询充值成功的
|