|
@@ -169,7 +169,7 @@ public class GameAdMonitorServiceImpl extends ServiceImpl<GameAdMonitorMapper, G
|
|
|
}
|
|
|
|
|
|
private GameAdPolicyListVO toVO(GameAdMonitor vo) {
|
|
|
- GameDTO game = gameService.getById(vo.getId());
|
|
|
+ GameDTO game = gameService.getById(vo.getGameId());
|
|
|
List<GameAdRuleConditionVO> ruleConditionVOList = JsonUtil.toObj(vo.getRuleCondition(), List.class);
|
|
|
return GameAdPolicyListVO.builder()
|
|
|
.id(vo.getId())
|