|
@@ -62,11 +62,11 @@ public class GameAppletServiceImpl extends ServiceImpl<GameAppletMapper, GameApp
|
|
|
.build();
|
|
|
//小游戏需要创建数据源
|
|
|
if (Objects.equals(GameCategoryEnum.CATEGORY_WX_APPLET.getCategory(), game.getCategory())) {
|
|
|
- userActionSetRpc.create(actionSetRpcDTO);
|
|
|
+// userActionSetRpc.create(actionSetRpcDTO);
|
|
|
}
|
|
|
//H5游戏要判断是否主游戏, 主游戏才投, 需要创建公众号数据源
|
|
|
if (game.getParentId() == null && Objects.equals(GameCategoryEnum.CATEGORY_H5.getCategory(), game.getCategory())) {
|
|
|
- userActionSetRpc.create(actionSetRpcDTO);
|
|
|
+// userActionSetRpc.create(actionSetRpcDTO);
|
|
|
}
|
|
|
gameApplet = GameApplet.builder()
|
|
|
.gameId(game.getId())
|