|
@@ -170,7 +170,7 @@ public class GameServiceImpl implements IGameService {
|
|
|
return Result.error("请确认所查询需要的数据是否存在");
|
|
|
}
|
|
|
if (StringUtils.isEmpty(appGame.getGameResults())){
|
|
|
- return Result.error("该赛事成绩未出来");
|
|
|
+ return Result.error("后台人员还没有发布成绩,请等待");
|
|
|
}
|
|
|
return Result.ok(appGame);
|
|
|
}
|