mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 04:16:51 +08:00
Merge branch 'zcwy-0613-wjw' into dev0525
This commit is contained in:
@@ -129,12 +129,12 @@ public class CourseManageApi extends ApiBaseController{
|
|||||||
|
|
||||||
List<String> orgIds = userOrgIds.getIds();
|
List<String> orgIds = userOrgIds.getIds();
|
||||||
|
|
||||||
// if(userOrgIds.getPermissions().containsKey(UserOrgIds.IsSystemAdminKey)){
|
if(userOrgIds.getPermissions().containsKey(UserOrgIds.IsSystemAdminKey)){
|
||||||
// dto.setIsSystemAdmin(userOrgIds.getPermissions().get(UserOrgIds.IsSystemAdminKey));
|
dto.setIsSystemAdmin(userOrgIds.getPermissions().get(UserOrgIds.IsSystemAdminKey));
|
||||||
// }else {
|
}else {
|
||||||
// dto.setIsSystemAdmin(false);
|
|
||||||
// }
|
|
||||||
dto.setIsSystemAdmin(false);
|
dto.setIsSystemAdmin(false);
|
||||||
|
}
|
||||||
|
// dto.setIsSystemAdmin(false);
|
||||||
String ids="";
|
String ids="";
|
||||||
if(userOrgIds.getIds()!=null && !userOrgIds.getIds().isEmpty())
|
if(userOrgIds.getIds()!=null && !userOrgIds.getIds().isEmpty())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user