|
@@ -28,11 +28,11 @@ public class KuaishouGroupJob {
|
|
|
private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
|
|
|
|
/**
|
|
|
- * 快手广告组物料
|
|
|
+ * 项目转化目标、转化出价预警
|
|
|
*
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
- @XxlJob("kuaishouGroup")
|
|
|
+ @XxlJob("ocpxActionTypeTrackUrlJob")
|
|
|
public void execute() throws Exception {
|
|
|
String param = XxlJobHelper.getJobParam(); // 执行参数
|
|
|
if (Check.isNull(param)) {
|