|
@@ -75,7 +75,7 @@ public class SceneServiceImpl extends ServiceImpl<SceneMapper, Scene> implements
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- public SceneDetailVo getDetail(String num) throws IOException {
|
|
|
|
|
|
+ public SceneDetailVo getDetail(String num) throws Exception {
|
|
Scene scene = this.getByNum(num);
|
|
Scene scene = this.getByNum(num);
|
|
if(Objects.isNull(scene)){
|
|
if(Objects.isNull(scene)){
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5005);
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5005);
|