|
@@ -210,6 +210,9 @@ public class AccountAgentDayServiceImpl implements IAccountAgentDayService {
|
|
|
sql.setEntity(entity).setCondition(cri);
|
|
|
dao.execute(sql);
|
|
|
GamePromoteDayTotalVO gamePromoteDayTotalVO = sql.getObject(GamePromoteDayTotalVO.class);
|
|
|
+ if (null == gamePromoteDayTotalVO.getCost()){
|
|
|
+ return gamePromoteDayTotalVO;
|
|
|
+ }
|
|
|
setDayTotalRechargeTrend(gamePromoteDayTotalVO);
|
|
|
return gamePromoteDayTotalVO;
|
|
|
}
|