Browse Source

no message

FengChaoYu 4 tháng trước cách đây
mục cha
commit
f232306c2f

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

@@ -316,7 +316,7 @@ public class AppraiseRelaLogic {
                         .eq(PgAppraiseApply::getOrderBaseId, bean.getOrderBaseId())
                         .count();
                 if (count > 0) {
-                    throw new RemoteServiceException("已有中差评申诉记录, 提交失败");
+                    throw new RemoteServiceException("已申诉, 提交失败");
                 }
             }
         }