|
@@ -30,9 +30,10 @@ public class FrameExclusiveUserController extends BaseController {
|
|
@PostMapping(value = "getUserListGroupType",produces = {"application/json;charset=UTF-8"})
|
|
@PostMapping(value = "getUserListGroupType",produces = {"application/json;charset=UTF-8"})
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public Object getUserListGroupType(String groupType,String groupId) {
|
|
public Object getUserListGroupType(String groupType,String groupId) {
|
|
- if(!frameRoleDataUserExtendService.userHasRole(ShiroUtils.getUserId(),"GROUPCG")){
|
|
|
|
- groupId = ShiroUtils.getUser().getGroupId();
|
|
|
|
- }
|
|
|
|
|
|
+// if(!frameRoleDataUserExtendService.userHasRole(ShiroUtils.getUserId(),"GROUPCG")){
|
|
|
|
+// groupId = ShiroUtils.getUser().getGroupId();
|
|
|
|
+// }
|
|
|
|
+ groupId=null;
|
|
return ResponseUtil.ok(modelService.getUserListGroupType(groupType,groupId));
|
|
return ResponseUtil.ok(modelService.getUserListGroupType(groupType,groupId));
|
|
}
|
|
}
|
|
|
|
|