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