lyhzzz il y a 6 jours
Parent
commit
db1e8a2b77

+ 3 - 0
src/main/java/com/fdkankan/ucenter/service/impl/InnerServiceImpl.java

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