|
|
@@ -2,7 +2,6 @@ package com.style24.batch.biz.task;
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.scheduling.annotation.Async;
|
|
|
-import org.springframework.scheduling.annotation.Scheduled;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import com.style24.batch.biz.job.delivery.TsbCjWithdrawInvoiceJob;
|
|
|
@@ -112,7 +111,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.delivery.tsbDeliveryOrderJob}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void tsbDeliveryOrderJob() throws Exception {
|
|
|
deliveryOrderJob.run("cron.delivery.tsbDeliveryOrderJob");
|