日志 补充
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
... | @@ -193,6 +193,7 @@ public class EmergencyRiskEventServiceImpl extends ServiceImpl<EmergencyRiskEven | ... | @@ -193,6 +193,7 @@ public class EmergencyRiskEventServiceImpl extends ServiceImpl<EmergencyRiskEven |
193 | entityMap.put("log_content1",departIds); | 193 | entityMap.put("log_content1",departIds); |
194 | entityMap.put("log_content2",sql); | 194 | entityMap.put("log_content2",sql); |
195 | entityMap.put("log_content3", JSONUtil.toJsonStr(dataList)); | 195 | entityMap.put("log_content3", JSONUtil.toJsonStr(dataList)); |
196 | entityMap.put("log_content4", BaseContextHandler.getUserId()); | ||
196 | entityMap.put("create_time", new Date()); | 197 | entityMap.put("create_time", new Date()); |
197 | entityMap.put("create_by", BaseContextHandler.getUserName()); | 198 | entityMap.put("create_by", BaseContextHandler.getUserName()); |
198 | baseService.insert("test_log", entityMap); | 199 | baseService.insert("test_log", entityMap); | ... | ... |
-
请 注册 或 登录 后发表评论