99a09abe sonin

日志 补充

1 个父辈 4cbfa4e4
......@@ -193,6 +193,7 @@ public class EmergencyRiskEventServiceImpl extends ServiceImpl<EmergencyRiskEven
entityMap.put("log_content1",departIds);
entityMap.put("log_content2",sql);
entityMap.put("log_content3", JSONUtil.toJsonStr(dataList));
entityMap.put("log_content4", BaseContextHandler.getUserId());
entityMap.put("create_time", new Date());
entityMap.put("create_by", BaseContextHandler.getUserName());
baseService.insert("test_log", entityMap);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!