Browse Source

Merge branch 'package' of GameCenter/game-center into dev

Letianhua 1 year ago
parent
commit
e600144d36

+ 1 - 1
game-module/game-module-manage/src/main/java/com/zanxiang/game/module/manage/service/impl/GameAdMonitorServiceImpl.java

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