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