|
|
@@ -242,7 +242,7 @@ public class GameEventGroupServiceImpl implements IGameEventGroupService {
|
|
|
if (isValid) {
|
|
|
//TODO 做一些业务上的校验,判断是否需要校验
|
|
|
}
|
|
|
- ids.forEach(id -> gameAthleteCompetitionGroupService.deleteGroupResultByGroupId(id));
|
|
|
+ ids.forEach(id -> getGameAthleteCompetitionGroupService().deleteGroupResultByGroupId(id));
|
|
|
return baseMapper.deleteByIds(ids) > 0;
|
|
|
}
|
|
|
|