From 87a0626658c4c4dfc4dd26879d1036c710482542 Mon Sep 17 00:00:00 2001 From: yefei Date: Wed, 10 May 2023 17:20:47 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=8A=A5=E9=94=99=E4=BF=A1=E6=81=AF=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/dxhy/core/job/service/impl/ApplyServiceImpl.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java index 1388b494..fe03e09c 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java +++ b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java @@ -160,6 +160,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e); } } } @@ -295,6 +296,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e); } } @@ -304,6 +306,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e1.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e1); } } } @@ -493,6 +496,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e); } } } @@ -612,6 +616,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e); } } @@ -621,6 +626,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e1.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e1); } } @@ -905,6 +911,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e); } } @@ -920,6 +927,7 @@ public class ApplyServiceImpl extends ServiceImpl implem tDxHttpLog.setStatus("2"); confirmDao.insert(tDxHttpLog); e1.printStackTrace(); + log.error("执行定时任务报错,报错信息是:{}",e1); } } }