瀏覽代碼

【CHG】代码优化

ZhaoMn 4 年之前
父節點
當前提交
497628c53d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      railway-common/src/main/java/com/railway/common/utils/Threads.java

+ 1 - 1
railway-common/src/main/java/com/railway/common/utils/Threads.java

@@ -65,7 +65,7 @@ public class Threads {
       }
     }
     if (t != null) {
-      v2.error(t.getMessage(), t);
+      log.error(t.getMessage(), t);
     }
   }
 }