|
@@ -216,6 +216,9 @@ public class InnerServiceImpl implements IInnerService {
|
|
|
}
|
|
}
|
|
|
if(plus.getFeedbackOptionId() != null){
|
|
if(plus.getFeedbackOptionId() != null){
|
|
|
FeedbackOption feedbackOption = feedbackOptionService.getById(plus.getFeedbackOptionId());
|
|
FeedbackOption feedbackOption = feedbackOptionService.getById(plus.getFeedbackOptionId());
|
|
|
|
|
+ if(feedbackOption == null){
|
|
|
|
|
+ return vo;
|
|
|
|
|
+ }
|
|
|
JSONArray aiOption = feedbackOption.getAiOption();
|
|
JSONArray aiOption = feedbackOption.getAiOption();
|
|
|
if(aiOption == null || aiOption.isEmpty()){
|
|
if(aiOption == null || aiOption.isEmpty()){
|
|
|
return vo;
|
|
return vo;
|