浏览代码

【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) {
     if (t != null) {
-      v2.error(t.getMessage(), t);
+      log.error(t.getMessage(), t);
     }
     }
   }
   }
 }
 }