Commit 243d9226 authored by 成亚卿's avatar 成亚卿

修改日志

parent 5178c84d
...@@ -25,7 +25,7 @@ public class LogService { ...@@ -25,7 +25,7 @@ public class LogService {
if (asLog != null) { if (asLog != null) {
asLog.set("type", type); asLog.set("type", type);
asLog.set("content", content); asLog.set("content", content);
asLog.set("systemtype", appName); asLog.set("system_type", appName);
asLog.set("action", action); asLog.set("action", action);
} }
} catch (Exception e) { } catch (Exception e) {
...@@ -64,7 +64,7 @@ public class LogService { ...@@ -64,7 +64,7 @@ public class LogService {
if (asLog != null) { if (asLog != null) {
asLog.set("type", type); asLog.set("type", type);
asLog.set("content", content); asLog.set("content", content);
asLog.set("systemtype", appName); asLog.set("system_type", appName);
asLog.set("extending", path); asLog.set("extending", path);
asLog.set("action", action); asLog.set("action", action);
} }
......
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