|
@@ -160,7 +160,7 @@ public class InnerServiceImpl implements IInnerService {
|
|
if (!ObjectUtils.isEmpty(scenePlusExt)) {
|
|
if (!ObjectUtils.isEmpty(scenePlusExt)) {
|
|
return Result.success(scenePlusService.getById(scenePlusExt.getPlusId()).getNum());
|
|
return Result.success(scenePlusService.getById(scenePlusExt.getPlusId()).getNum());
|
|
}
|
|
}
|
|
- return null;
|
|
|
|
|
|
+ return Result.success();
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|