From ff0cd6b2bb5211dacd79b675e8f0f716a5740b44 Mon Sep 17 00:00:00 2001 From: yefei Date: Wed, 18 Oct 2023 11:41:46 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0throw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/dxhy/core/job/thread/SelectInvoiceHandle.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/job/thread/SelectInvoiceHandle.java b/dxhy-core/src/main/java/com/dxhy/core/job/thread/SelectInvoiceHandle.java index fe9c8df0..e72be4db 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/job/thread/SelectInvoiceHandle.java +++ b/dxhy-core/src/main/java/com/dxhy/core/job/thread/SelectInvoiceHandle.java @@ -4,6 +4,7 @@ import javax.annotation.Resource; import com.dxhy.common.utils.SpringContextUtils; import com.dxhy.core.job.service.InvoiceInterfaceService; +import lombok.SneakyThrows; /** * @author user @@ -24,6 +25,7 @@ public class SelectInvoiceHandle extends Thread { this.aceKey = aceKey; } + @SneakyThrows @Override public void run() { invoiceInterfaceService = (InvoiceInterfaceService)SpringContextUtils.getBean("InvoiceInterfaceService");