|
|
@@ -85,7 +85,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.loc.assign}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void deliveryLocAssignJob() throws Exception {
|
|
|
deliveryOrderJob.runById("cron.delivery.loc.assign");
|
|
|
@@ -97,7 +97,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.wms.outgoing.exception.receive}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void wmsOutgoingExceptionReceiveJob() throws Exception {
|
|
|
deliveryExcRcvJob.runById("cron.delivery.wms.outgoing.exception.receive");
|
|
|
@@ -109,7 +109,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.wms.invoice.receive}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void wmsInvoiceReceiveJob() throws Exception {
|
|
|
tsbInvoiceNoRcvJob.runById("cron.delivery.wms.invoice.receive");
|
|
|
@@ -121,7 +121,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.wms.outgoing.result.receive}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void wmsOutgoingResultReceiveJob() throws Exception {
|
|
|
deliveryOrderRsltJob.runById("cron.delivery.wms.outgoing.result.receive");
|
|
|
@@ -133,7 +133,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.sweettracker.invoice.retrieve}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void sweettrackerInvoiceRetrieveJob() throws Exception {
|
|
|
tsbSweetTrackerJob.runById("cron.delivery.sweettracker.invoice.retrieve");
|
|
|
@@ -145,7 +145,7 @@ public class TsbDeliveryTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.delivery.auto.soldout.cancel}")
|
|
|
- //@Scheduled(fixedDelay = 3500000)
|
|
|
+ // @Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void autoSoldoutCancelJob() throws Exception {
|
|
|
tsbSoldoutCancelJob.runById("cron.delivery.auto.soldout.cancel");
|