Explorar o código

添加程序化校验

zhaoxian %!s(int64=3) %!d(string=hai) anos
pai
achega
c42fbe0877

+ 5 - 5
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/AiKuaishouCreateCreativeServiceImpl.java

@@ -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);