Commit 41dc061a authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent 8ae763f0
...@@ -217,6 +217,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap ...@@ -217,6 +217,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
for (TSocialPreDetailVo vo : registrationPreVo.getExitSocialInfoList()) { for (TSocialPreDetailVo vo : registrationPreVo.getExitSocialInfoList()) {
TSocialPreDetail preDetal = new TSocialPreDetail(); TSocialPreDetail preDetal = new TSocialPreDetail();
BeanUtils.copyProperties(vo, preDetal); BeanUtils.copyProperties(vo, preDetal);
preDetal.setId(null);
socialPreDetailService.save(preDetal); socialPreDetailService.save(preDetal);
} }
//批量删除社保待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据 //批量删除社保待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据
...@@ -292,6 +293,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap ...@@ -292,6 +293,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
for (TFundPreDetailVo vo : registrationPreVo.getExitFundInfoList()) { for (TFundPreDetailVo vo : registrationPreVo.getExitFundInfoList()) {
TFundPreDetail preDetal = new TFundPreDetail(); TFundPreDetail preDetal = new TFundPreDetail();
BeanUtils.copyProperties(vo, preDetal); BeanUtils.copyProperties(vo, preDetal);
preDetal.setId(null);
fundPreDetailService.save(preDetal); fundPreDetailService.save(preDetal);
} }
//批量删除公积金待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据 //批量删除公积金待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据
......
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