刘俊驰 1 年之前
父節點
當前提交
561547b207

+ 1 - 1
toolset/toolset-payment/src/main/java/com/yonge/toolset/payment/util/DistributedLock.java

@@ -189,7 +189,7 @@ public class DistributedLock {
         } catch (BizException e) {
             throw e;
         } catch (Exception e) {
-            log.error(e.getMessage());
+            log.error("error",e);
             throw new RuntimeException("任务执行异常");
         } finally {
             unlock(lock);