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