|
|
@@ -240,6 +240,7 @@ public class HouseInfoServiceImpl implements HouseInfoService {
|
|
|
systemNotice.setUserId(playerInfo.getUserId());
|
|
|
systemNotice.setSeasonId(playerInfo.getSeasonId());
|
|
|
systemNotice.setPlayerId(playerInfo.getId());
|
|
|
+ systemNotice.setCompetitionId(playerInfo.getCompetitionId());
|
|
|
systemNotice.setRemark("定时任务");
|
|
|
|
|
|
systemNotice.setContent(content);
|