|
|
@@ -213,7 +213,6 @@ public class InnerServiceImpl implements IInnerService {
|
|
|
if(sceneEditInfo != null){
|
|
|
vo.setImgVersion(sceneEditInfo.getImgVersion());
|
|
|
}
|
|
|
- return vo;
|
|
|
}
|
|
|
if(plus.getFeedbackOptionId() != null){
|
|
|
FeedbackOption feedbackOption = feedbackOptionService.getById(plus.getFeedbackOptionId());
|
|
|
@@ -237,6 +236,7 @@ public class InnerServiceImpl implements IInnerService {
|
|
|
vo.setModels(list);
|
|
|
}
|
|
|
}
|
|
|
+ return vo;
|
|
|
}
|
|
|
throw new BusinessException(ResultCodeMsg.FAILURE_CODE_400002, ResultCodeMsg.FAILURE_MSG_400002);
|
|
|
}
|