|
@@ -46,7 +46,7 @@ public class TsbCategoryTask {
|
|
|
* @throws Exception
|
|
* @throws Exception
|
|
|
*/
|
|
*/
|
|
|
@Scheduled(cron = "${cron.display.refreshCate4srchJob}")
|
|
@Scheduled(cron = "${cron.display.refreshCate4srchJob}")
|
|
|
- @Scheduled(fixedDelay = 3500000)
|
|
|
|
|
|
|
+ //@Scheduled(fixedDelay = 3500000)
|
|
|
@Async
|
|
@Async
|
|
|
public void tsbRefreshCate4srchJob() throws Exception {
|
|
public void tsbRefreshCate4srchJob() throws Exception {
|
|
|
categoryStockJob.runById("cron.display.refreshCate4srchJob");
|
|
categoryStockJob.runById("cron.display.refreshCate4srchJob");
|