提交 cc356f97 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 c5ef2e57
...@@ -145,7 +145,8 @@ public class EditorMaintenanceServiceImpl extends BaseServiceImpl<EditorMaintena ...@@ -145,7 +145,8 @@ public class EditorMaintenanceServiceImpl extends BaseServiceImpl<EditorMaintena
// bcn.setEditorId(form.getId()); // bcn.setEditorId(form.getId());
// bookNumCipNewMapper.insertSelective(bcn); // bookNumCipNewMapper.insertSelective(bcn);
BeanUtils.copyProperties(form, bcn, "id"); BeanUtils.copyProperties(form, bcn, "id");
bookNumCipNewMapper.updateByPrimaryKeySelective(bcn); // bookNumCipNewMapper.updateByPrimaryKeySelective(bcn);
bookNumCipNewMapper.insertSelective(bcn);
} }
String resultJson = JSONObject.toJSONString(form); String resultJson = JSONObject.toJSONString(form);
buildAuditLog(form.getId(), "更新字段", resultJson, DateUtils.dateTimeToStr(new Date())); buildAuditLog(form.getId(), "更新字段", resultJson, DateUtils.dateTimeToStr(new Date()));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论