99a09abe sonin

日志 补充

1 个父辈 4cbfa4e4
...@@ -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);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!