Commit c2a783f6 authored by yanzg's avatar yanzg

修复异常提醒,从而正确的跟踪异常信息

parent 0aaad4d0
......@@ -59,6 +59,7 @@ public class AspectLogStart {
// 声明日志对象
LogInfoVo log = new LogInfoVo();
log.setCls(cls);
log.setLogId(StringHelper.getNewID());
log.setCreateDate(DateHelper.getDateTimeString(new Date()));
// 写入其他对象
......
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