后台-game用户汇总-totalStat判空
This commit is contained in:
@@ -267,7 +267,7 @@ public class GameDayStatDataServiceImpl extends ServiceImpl<GameDayStatDataMappe
|
||||
}
|
||||
Map<String, Object> totalMap = pageResult.getTotalMap();
|
||||
totalMap.put("totalStat", totalStat);
|
||||
if (totalStat.getPayGold().doubleValue() == 0) {
|
||||
if (null == totalStat.getPayGold() || totalStat.getPayGold().doubleValue() <= 0) {
|
||||
return pageResult;
|
||||
}
|
||||
totalStat.setStatDate("汇总");
|
||||
|
Reference in New Issue
Block a user