mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 04:16:51 +08:00
@@ -221,6 +221,7 @@ public class CourseFullTextApi extends ApiBaseController{
|
|||||||
|
|
||||||
//获取例外人员id
|
//获取例外人员id
|
||||||
List<String> userId = thirdApi.getUserId();
|
List<String> userId = thirdApi.getUserId();
|
||||||
|
log.info("获取例外人员id userId = " + userId );
|
||||||
String userIds = String.join(",", userId);
|
String userIds = String.join(",", userId);
|
||||||
// String userIds="132,123";
|
// String userIds="132,123";
|
||||||
//获取没报名课程的id
|
//获取没报名课程的id
|
||||||
|
|||||||
Reference in New Issue
Block a user