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