|
@@ -12,14 +12,14 @@ import java.util.concurrent.ExecutorService;
|
|
|
import java.util.concurrent.Executors;
|
|
|
|
|
|
@Component
|
|
|
-public class KuaishouLandpageJob {
|
|
|
+public class KuaishouLandpagesJob {
|
|
|
@Autowired
|
|
|
private IKuaishouLandpagePackageService landpagePackageService;
|
|
|
@Autowired
|
|
|
private IUserAllocationService userAllocationService;
|
|
|
static ExecutorService executorService = Executors.newFixedThreadPool(3);
|
|
|
|
|
|
- @XxlJob("kuaishouCampaignJob")
|
|
|
+ @XxlJob("kuaishouLandpagesJob")
|
|
|
public void execute() {
|
|
|
//获取快手有效的账户
|
|
|
List<Long> list = userAllocationService.getValidProjectIds(2);
|