|
|
|
@ -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"); |
|
|
|
|