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