Commit f38861c6 authored by huyuchen's avatar huyuchen

huych-商险和社保基数配置日志新增

parent b26ac841
......@@ -1469,6 +1469,9 @@ public class SysHouseHoldInfoServiceImpl extends ServiceImpl<SysHouseHoldInfoMap
info.setHandleUser(handlerUser.getUserId());
info.setHandleUserName(excel.getHandleUserName());
}
//设置不记录更新日志字段
oldInfo.setUpdateBy(info.getUpdateBy());
oldInfo.setUpdateTime(info.getUpdateTime());
// 记录变更日志
tSocialLogService.saveModificationRecord(CommonConstants.FOUR_INT, oldInfo.getId(), oldInfo, info);
baseMapper.updateById(info);
......
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