查询增加当前用户id

This commit is contained in:
daihh
2023-03-09 23:51:42 +08:00
parent e607defdaa
commit 3a913162cf

View File

@@ -44,6 +44,7 @@ public class StudyCourseESApi extends ApiBaseController{
return error("无ES的实现","");
}
try {
dto.setAccountId(getCurrent().getAccountId());
PageList<CourseStudyDto> rs=search.search(page.getStartRow(),page.getPageSize(), dto);
return success(rs);
}catch(Exception e) {