‘linchangsheng’ hace 10 meses
padre
commit
efc31ef852

+ 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);