ariesy 增加throw

release
yefei 2 years ago
parent 338b0f4b9e
commit ff0cd6b2bb
  1. 2
      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");

Loading…
Cancel
Save