|
@@ -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", "非法操作");
|
|
|
}
|
|
|
}
|