|
|
@@ -485,6 +485,10 @@ public class RoleManageAction implements IMINAction {
|
|
|
throws MINBusinessException {
|
|
|
MINActionResult res = new MINActionResult();
|
|
|
Map<String, String> map = new HashMap<String, String>();
|
|
|
+ User user = session.getUser();
|
|
|
+ if(!Constant.ADMINISTRATION_SYSTEM_NUMBER.equals(user.getBranchId()) ){ //超級管理員
|
|
|
+ map.put("authority", "00");
|
|
|
+ }
|
|
|
map.put("roleid", id);
|
|
|
List<Map<String, String>> ls = null;
|
|
|
if (id == null || "".equals(id)) {// 新增角色时使用
|