mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 20:06:51 +08:00
查询增加当前用户id
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user