|
|
@@ -197,7 +197,7 @@ public class TsbGoodsTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.goods.wms.brandprovider}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void tsbGoodsWmsBrandproviderJob() throws Exception {
|
|
|
goodsWmsBrandproviderJob.runById("cron.goods.wms.brandprovider");
|