yumeng 5 éve
szülő
commit
3c77253ebf

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/controller/BatchController.java

@@ -1678,7 +1678,7 @@ public class BatchController {
                         }
                     }
 
-                } else if (createCount == 2) { // 自定义
+                } else if (createType == 2) { // 自定义
                     JSONArray unitNames = requestJson.getJSONArray("unitNames");
                     if (Check.isNull(unitNames)) {
                         throw new Exception("请输入广告组名称");