mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
仅内网可见-学员端
This commit is contained in:
@@ -249,7 +249,7 @@ public class StudyCourseApi extends ApiBaseController{
|
|||||||
CommonSearchVo warn = new CommonSearchVo();
|
CommonSearchVo warn = new CommonSearchVo();
|
||||||
warn.setCode("course_warn");
|
warn.setCode("course_warn");
|
||||||
warn.setType(1);
|
warn.setType(1);
|
||||||
List<String> warns = thirdApi.getDictItems(searcher);
|
List<String> warns = thirdApi.getDictItems(warn);
|
||||||
rs.put("warn",warns.get(0));
|
rs.put("warn",warns.get(0));
|
||||||
//检查是否已报名
|
//检查是否已报名
|
||||||
StudyCourse sc=service.findByCourseIdAndAid(cid, aid);
|
StudyCourse sc=service.findByCourseIdAndAid(cid, aid);
|
||||||
|
|||||||
Reference in New Issue
Block a user