|
@@ -73,6 +73,7 @@ public class TsbDisplayTask {
|
|
|
* @throws Exception
|
|
* @throws Exception
|
|
|
*/
|
|
*/
|
|
|
@Scheduled(cron = "${cron.display.recently.reg.goods.create}")
|
|
@Scheduled(cron = "${cron.display.recently.reg.goods.create}")
|
|
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
@Async
|
|
|
public void recentlyRegGoodsCreateJob() throws Exception {
|
|
public void recentlyRegGoodsCreateJob() throws Exception {
|
|
|
recentlyRegGoodsJob.runById("cron.display.recently.reg.goods.create");
|
|
recentlyRegGoodsJob.runById("cron.display.recently.reg.goods.create");
|