|
@@ -1169,6 +1169,10 @@ public class TournamentsServiceImpl implements ITournamentsService {
|
|
|
if (!flag) {
|
|
if (!flag) {
|
|
|
throw new RuntimeException("赛事修改失败");
|
|
throw new RuntimeException("赛事修改失败");
|
|
|
}
|
|
}
|
|
|
|
|
+ JSONObject jsonObject = new JSONObject();
|
|
|
|
|
+ jsonObject.put("channelType", "tournament_edit");
|
|
|
|
|
+ jsonObject.put("value", tournamentId);
|
|
|
|
|
+ redisUtil.publish(RedisKeys.CHANNEL_ADMIN, jsonObject);
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|