‘linchangsheng’ 10 ماه پیش
والد
کامیت
efc31ef852
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/policy/WorkerLogic.java

+ 1 - 1
mall-miniapp-service/src/main/java/com/gree/mall/miniapp/logic/policy/WorkerLogic.java

@@ -309,7 +309,7 @@ public class WorkerLogic {
 
         Integer integer = month2-month+1;
         if (integer > 12)
-            throw new RemoteServiceException("");
+            throw new RemoteServiceException("保险配置错误");
 
         BigDecimal price = this.getPayPrice(integer,policy);