|
@@ -5232,7 +5232,7 @@ public class GameDataServiceImpl implements IGameDataService {
|
|
|
//根据维度选择 子表父表
|
|
|
String costTable = "game_ads.ads_recharge_monitoring_cost";
|
|
|
String orderTable = "game_ads.ads_recharge_monitoring_amount";
|
|
|
- if (dto.getGameDimension() != 1) {
|
|
|
+ if (dto.getGameDimension()!=null&&dto.getGameDimension() != 1) {
|
|
|
costTable = "game_ads_parent.ads_recharge_monitoring_cost_parent";
|
|
|
orderTable = "game_ads_parent.ads_recharge_monitoring_amount_parent";
|
|
|
}
|