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