Commit 71fd74af authored by huyuchen's avatar huyuchen

huych-商险自动化逻辑调整

parent 540fede7
...@@ -703,6 +703,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi ...@@ -703,6 +703,7 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
} }
} }
} else { } else {
employeeRegistrationPre.setInsuranceIsBuy("");
// 2:保存时不存在商险类型,判断是否有不可删除的数据,有则拒绝: // 2:保存时不存在商险类型,判断是否有不可删除的数据,有则拒绝:
if (oldList != null && !oldList.isEmpty()) { if (oldList != null && !oldList.isEmpty()) {
for (TEmployeeInsurancePre oldInsurance: oldList) { for (TEmployeeInsurancePre oldInsurance: oldList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment