|
@@ -191,7 +191,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
|
continue;
|
|
|
}
|
|
|
- createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_program_cnt");
|
|
|
+ createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_custom_cnt");
|
|
|
Long unitId = (Long) unitCreateResult.get("unitId");
|
|
|
unitLevelOperationRecord.setUnitId(unitId);
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
@@ -272,7 +272,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
|
continue;
|
|
|
}
|
|
|
- createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_program_cnt");
|
|
|
+ createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_custom_cnt");
|
|
|
Long unitId = (Long) unitCreateResult.get("unitId");
|
|
|
unitLevelOperationRecord.setUnitId(unitId);
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
@@ -411,7 +411,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
|
continue;
|
|
|
}
|
|
|
- createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_program_cnt");
|
|
|
+ createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_custom_cnt");
|
|
|
Long unitId = (Long) unitCreateResult.get("unitId");
|
|
|
unitLevelOperationRecord.setUnitId(unitId);
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
@@ -549,7 +549,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
|
continue;
|
|
|
}
|
|
|
- createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_program_cnt");
|
|
|
+ createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_custom_cnt");
|
|
|
Long unitId = (Long) unitCreateResult.get("unitId");
|
|
|
unitLevelOperationRecord.setUnitId(unitId);
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
@@ -629,7 +629,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|
|
|
continue;
|
|
|
}
|
|
|
- createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_program_cnt");
|
|
|
+ createUnitCnt(strategy.getAccountId() + DateUtils.date2Str() + "_old_custom_cnt");
|
|
|
Long unitId = (Long) unitCreateResult.get("unitId");
|
|
|
unitLevelOperationRecord.setUnitId(unitId);
|
|
|
unitLevelOperationRecordService.saveOrUpdate(unitLevelOperationRecord);
|