mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 19:06:49 +08:00
字典调整
This commit is contained in:
@@ -172,7 +172,7 @@ public class CourseManageApi extends ApiBaseController{
|
||||
List<CourseCrowd> crowds=courseService.findCrowdByCourseId(id);
|
||||
|
||||
CommonSearchVo searcher = new CommonSearchVo();
|
||||
searcher.setPid(380L);
|
||||
searcher.setPid(637L);
|
||||
searcher.setType(1);
|
||||
List<String> dicts = thirdApi.getDictItems(searcher);
|
||||
boolean isPermission = false;
|
||||
|
||||
@@ -238,7 +238,7 @@ public class StudyCourseApi extends ApiBaseController{
|
||||
boolean isPermission = false;
|
||||
if(course.getDevice() ==4){
|
||||
CommonSearchVo searcher = new CommonSearchVo();
|
||||
searcher.setPid(380L);
|
||||
searcher.setPid(637L);
|
||||
searcher.setType(1);
|
||||
List<String> dicts = thirdApi.getDictItems(searcher);
|
||||
if(dicts != null && dicts.size() > 0){
|
||||
|
||||
Reference in New Issue
Block a user