Merge branch 'dev0525' of http://10.251.129.121/boeu/java-servers into dev0525

This commit is contained in:
zhaolongfei
2024-06-19 13:56:50 +08:00

View File

@@ -134,7 +134,7 @@ public class CourseManageApi extends ApiBaseController{
}else { }else {
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())
{ {