Pārlūkot izejas kodu

出账银行、入账银行、转账单号、保险代理人设置值暂没去掉,保留到下个月。

tomatozq 5 gadi atpakaļ
vecāks
revīzija
e01b978f7a

+ 2 - 0
picc-admin-server/src/main/java/com/jpsoft/picc/modules/business/controller/InsurancePolicyController.java

@@ -770,6 +770,8 @@ public class InsurancePolicyController {
         destPolicy.setFinishTime(null);
         destPolicy.setFinishTime(null);
         destPolicy.setInsurancePolicyFile(null);
         destPolicy.setInsurancePolicyFile(null);
 
 
+        //出账银行、入账银行、转账单号、保险代理人设置值暂没去掉,保留到下个月。
+
         //todo 如果有则判断关联当前投保单的下月投保记录是否存在
         //todo 如果有则判断关联当前投保单的下月投保记录是否存在
         boolean exist = insurancePolicyService.existByApplicationIdAndEffectiveDate(applicationId, destPolicy.getEffectiveDate());
         boolean exist = insurancePolicyService.existByApplicationIdAndEffectiveDate(applicationId, destPolicy.getEffectiveDate());