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