|
|
@@ -117,7 +117,7 @@ public class TsbWithdrawTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.withdraw.cj.invoice.receive}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void withdrawCjInvoiceReceiveJob() throws Exception {
|
|
|
tsbCjWithdrawInvoiceJob.runById("cron.withdraw.cj.invoice.receive");
|