|
@@ -133,6 +133,10 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
//累计充值金额最大值
|
|
|
criA.where().andLTE("amount", dto.getTotalRechargeMax());
|
|
|
}
|
|
|
+ if (StringUtils.isNotBlank(dto.getOs())) {
|
|
|
+ //玩家操作系统
|
|
|
+ criA.where().andEquals("os", dto.getOs());
|
|
|
+ }
|
|
|
if (dto.getIsRemoveGame() != null) {
|
|
|
if (dto.getIsRemoveGame() == 2) {
|
|
|
//是否退游
|