|
@@ -23,7 +23,7 @@ public class ByteDancePlanRuleDataJob {
|
|
|
private IReportService reportService;
|
|
|
private ExecutorService executorService = Executors.newFixedThreadPool(10);
|
|
|
|
|
|
- @XxlJob("bytedancePlanLoadJob")
|
|
|
+ @XxlJob("bytedancePlanRuleLoadJob")
|
|
|
public ReturnT<String> execute(String param) throws Exception {
|
|
|
Date date = new Date();
|
|
|
if(null!=param&&!"".equals(param.trim())){
|