CourseFullTextApi代码恢复

This commit is contained in:
xiaozhequ
2024-03-08 10:29:41 +08:00
parent 03c59bf6c2
commit 5fcbf0ed23

View File

@@ -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);