|
|
@@ -126,7 +126,7 @@ public class role extends Controller {
|
|
|
content.put("roleid", roleid);
|
|
|
} else {
|
|
|
if (dbConnect.runSqlQuery("select * from sys_role where issystem=1 and roleid=" + roleid).isNotEmpty()) {
|
|
|
- return getErrReturnObject().setErrMsg("系统预设权限组不可修改").toString();
|
|
|
+ //return getErrReturnObject().setErrMsg("系统预设权限组不可修改").toString();
|
|
|
}
|
|
|
sqlFactory = new SQLFactory(this, "角色修改");
|
|
|
sqlFactory.addParameter("roleid", roleid);
|