wangwei 5 лет назад
Родитель
Сommit
e25c6c2410

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/OrgController.java

@@ -1068,7 +1068,7 @@ public class OrgController extends ControllerSupport {
 				editableProperties4SuperAdmin = "," + editableProperties4SuperAdmin + ",";
 				for (String cur : properties.keySet()) {
 					cur = "," + cur + ",";
-					if (!editableProperties4SuperAdmin.contains(cur)) {
+					if (editableProperties4SuperAdmin.contains(cur)) {
 						throw new StatusException("140050", "非法操作");
 					}
 				}