mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 11:56:50 +08:00
CourseFullTextApi代码恢复
This commit is contained in:
@@ -226,11 +226,11 @@ public class CourseFullTextApi extends ApiBaseController{
|
|||||||
@PostMapping("/search")
|
@PostMapping("/search")
|
||||||
public JsonResponse<PageList<CourseFullText>> search(Pagination pager, CourseQueryDto dto, Integer minDuration, Integer maxDuration, HttpServletRequest request) throws JsonProcessingException {
|
public JsonResponse<PageList<CourseFullText>> search(Pagination pager, CourseQueryDto dto, Integer minDuration, Integer maxDuration, HttpServletRequest request) throws JsonProcessingException {
|
||||||
//获取例外人员id
|
//获取例外人员id
|
||||||
// List<String> userId = thirdApi.getUserId();
|
List<String> userId = thirdApi.getUserId();
|
||||||
List<String> userId = new ArrayList<>();
|
// List<String> userId = new ArrayList<>();
|
||||||
userId.add("965342027497607168");
|
// userId.add("965342027497607168");
|
||||||
userId.add("981537203807064064");
|
// userId.add("981537203807064064");
|
||||||
userId.add("965628977500655616");
|
// userId.add("965628977500655616");
|
||||||
|
|
||||||
log.info("获取例外人员id userId = " + userId );
|
log.info("获取例外人员id userId = " + userId );
|
||||||
String userIds = String.join(",", userId);
|
String userIds = String.join(",", userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user