|
@@ -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("请输入广告组名称");
|