|
@@ -204,7 +204,7 @@ public class TsbGoodsTask {
|
|
|
@Scheduled(cron = "${cron.goods.summary.create}")
|
|
@Scheduled(cron = "${cron.goods.summary.create}")
|
|
|
@Async
|
|
@Async
|
|
|
public void summaryCreateJob() throws Exception {
|
|
public void summaryCreateJob() throws Exception {
|
|
|
- goodsSummaryJob.run("cron.goods.summary.create");
|
|
|
|
|
|
|
+ goodsSummaryJob.runById("cron.goods.summary.create");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|