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