|
@@ -39,8 +39,8 @@ public class KuaishouAccountAutoVideoJob {
|
|
@Autowired
|
|
@Autowired
|
|
private IAiKuaishouAdvertiserStrategyService strategyService;
|
|
private IAiKuaishouAdvertiserStrategyService strategyService;
|
|
|
|
|
|
- @XxlJob("kuaishouAccountAutoVideo")
|
|
|
|
- public void kuaishouCustomCreativeAuto() {
|
|
|
|
|
|
+ @XxlJob("kuaishouAccountAutoVideos")
|
|
|
|
+ public void kuaishouAccountAutoVideos() {
|
|
List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
|
|
List<Long> accountIds = strategyService.getKuaishouAccountAutoStrategy();
|
|
if (null == accountIds || accountIds.isEmpty()) {
|
|
if (null == accountIds || accountIds.isEmpty()) {
|
|
return;
|
|
return;
|