mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
仅内网可见
This commit is contained in:
@@ -173,7 +173,7 @@ public class CourseManageApi extends ApiBaseController{
|
||||
|
||||
boolean isPermission = false;
|
||||
if(dicts != null && dicts.size() > 0){
|
||||
isPermission = dicts.contains(course.getResOwner1());
|
||||
isPermission = dicts.contains(course.getOrgId());
|
||||
}
|
||||
log.error("-------是否仅内网查看 = " + isPermission);
|
||||
rs.put("course",course);
|
||||
|
||||
Reference in New Issue
Block a user