|
|
@@ -74,7 +74,7 @@ public class TsbGoodsTask {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@Scheduled(cron = "${cron.goods.titlename.reserve}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
|
public void tsbGoodsTnmJob() throws Exception {
|
|
|
goodsTnmJob.runById("cron.goods.titlename.reserve");
|