Commit bf7aa1c1 authored by 张永's avatar 张永

V1.1.7.3

parent b2dbaf51
...@@ -51,7 +51,7 @@ public class IDCSystemLogAspect { ...@@ -51,7 +51,7 @@ public class IDCSystemLogAspect {
private String serverShopName; private String serverShopName;
@Value("${server.shop.insert.idcsystemlog:false}") @Value("${server.shop.insert.idcsystemlog:false}")
private boolean isCreateLog; private boolean isInsertLog;
// 扫描使用@LogResource注解的方法 // 扫描使用@LogResource注解的方法
...@@ -86,7 +86,7 @@ public class IDCSystemLogAspect { ...@@ -86,7 +86,7 @@ public class IDCSystemLogAspect {
statusCode = 500; statusCode = 500;
/** CHECKSTYLE:ON:MagicNumber */ /** CHECKSTYLE:ON:MagicNumber */
} }
if(isCreateLog) { if(isInsertLog) {
syncSaveLog(point, startTime, new Date(), exception, result, statusCode); syncSaveLog(point, startTime, new Date(), exception, result, statusCode);
} }
} }
......
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