|
@@ -28,7 +28,7 @@ public class InvoicePrintResultJob {
|
|
|
private PrintInvoiceQueryResultServiceImpl printInvoiceQueryResultService;
|
|
|
|
|
|
@Scheduled(cron = "0 0 0/1 * * ?")
|
|
|
- //@Scheduled(cron = "0 58 09 ? * *") //定时执行,秒分时日月年
|
|
|
+ //@Scheduled(cron = "0 42 13 ? * *") //定时执行,秒分时日月年
|
|
|
private void queryResult() {
|
|
|
List<PayInvoiceprinted> payInvoiceprinteds = printInvoicePrintService.findListByState();
|
|
|
for (PayInvoiceprinted item : payInvoiceprinteds) {
|