Commit 4ea992de authored by 赵啸非's avatar 赵啸非

添加终端修改密码日志记录

parent 980f7dc7
...@@ -2183,7 +2183,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter ...@@ -2183,7 +2183,7 @@ public class MatterServiceImpl extends AbstractCRUDServiceImpl<MatterDao, Matter
SucessCount++; SucessCount++;
} else { } else {
log.info("事项已存在,更新事项:" + matterEntity.getMatterName()); log.info("事项已存在,更新事项:" + matterEntity.getMatterName());
BeanUtils.copyProperties(matterCustomImportEntity, matterEntity, new String[]{"id", "areaCode", "deptName", "matterName"}); BeanUtils.copyProperties(matterCustomImportEntity, matterEntity, new String[]{"id", "areaCode", "matterName"});
matterEntity.setUpdateTime(new Date()); matterEntity.setUpdateTime(new Date());
matterEntity.setUpdateUserId(1L); matterEntity.setUpdateUserId(1L);
......
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