|
|
@@ -69,7 +69,7 @@ public class TsbWithdrawTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.withdraw.wms.request}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void withdrawWmsRequestJob() throws Exception {
|
|
|
tsbWithdrawRequestJob.runById("cron.withdraw.wms.request");
|