|
@@ -225,7 +225,7 @@ public class AppUserAgentServiceImpl extends ServiceImpl<AppUserAgentMapper, App
|
|
|
}).collect(Collectors.toList()));
|
|
|
}
|
|
|
//统计整条线用户数据
|
|
|
- List<AppUserCount> appUserCountList = appUserCountService.getAppUserCountNew(e.getUserId(), teamDto.getBeginTime(),teamDto.getEndTime());
|
|
|
+ /*List<AppUserCount> appUserCountList = appUserCountService.getAppUserCountNew(e.getUserId(), teamDto.getBeginTime(),teamDto.getEndTime());
|
|
|
if(null != appUserCountList && appUserCountList.size() > 0) {
|
|
|
DecimalFormat df = new DecimalFormat("#.##");
|
|
|
//下注金额
|
|
@@ -262,7 +262,7 @@ public class AppUserAgentServiceImpl extends ServiceImpl<AppUserAgentMapper, App
|
|
|
e.setRechargeCommission(0.00);
|
|
|
//充值赠送金额
|
|
|
e.setRechargeGive(0.00);
|
|
|
- }
|
|
|
+ }*/
|
|
|
});
|
|
|
}
|
|
|
}
|