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