Commit 3924ae01 authored by huyuchen's avatar huyuchen

huych-入职登记商险待办提交

parent 9408e4ec
......@@ -807,7 +807,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
byId.setUpdateBy(user.getId());
byId.setUpdateTime(LocalDateTime.now());
this.updateById(byId);
updateEmployeeInsurancePre(null,byId,CommonConstants.THREE_STRING);
// 同步档案
List<TInsuranceDetail> detailList = new ArrayList<>();
detailList.add(byId);
......@@ -868,6 +868,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
byId.setUpdateBy(user.getId());
byId.setUpdateTime(LocalDateTime.now());
this.updateById(byId);
updateEmployeeInsurancePre(null,byId,CommonConstants.THREE_STRING);
// 同步档案
List<TInsuranceDetail> detailList = new ArrayList<>();
......
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