소스 검색

no message

FengChaoYu 4 달 전
부모
커밋
d7bc5717b4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/AppraiseRelaLogic.java

+ 2 - 2
mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/AppraiseRelaLogic.java

@@ -361,8 +361,8 @@ public class AppraiseRelaLogic {
         if (StringUtils.isBlank(bean.getCategoryId())) {
             throw new RemoteServiceException("请选择问题小类");
         }
-        if (StringUtils.isBlank(bean.getExamineResult())) {
-            throw new RemoteServiceException("审核备注");
+        if (StringUtils.isBlank(bean.getExamineRemark())) {
+            throw new RemoteServiceException("请填写审核备注");
         }
         if (Objects.isNull(bean.getIsWebsitCall())) {
             throw new RemoteServiceException("请选择网点是否指引用户接听400回访电话");