Commit 7f83f4d4 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-税友拆分社保、医保

parent ca831029
...@@ -501,6 +501,8 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap ...@@ -501,6 +501,8 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
if (failed != null) { return failed;} if (failed != null) { return failed;}
sysHouseHoldInfoFailResService.removeById(hold.getId()); sysHouseHoldInfoFailResService.removeById(hold.getId());
sysHouseHoldInfoFailResService.saveBatch(resList); sysHouseHoldInfoFailResService.saveBatch(resList);
} else {
sysHouseHoldInfoFailResService.removeById(hold.getId());
} }
} }
int res = baseMapper.updateById(hold); int res = baseMapper.updateById(hold);
......
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