|
@@ -119,7 +119,7 @@ namespace TEAMModelBI.Controllers.BISchool
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- else return Ok(new { sate = 1, message = "区域参数为空" });
|
|
|
+ else return Ok(new { state = 1, message = "区域参数为空" });
|
|
|
if (standards.Count > 0)
|
|
|
return Ok(new { state = 201, message = "已有部分区域批量创建成功;标准项已重复!请检查标准项!", standards = standards });
|
|
|
else return Ok(new { state = 200, message = "批量创区全部完成", });
|