mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-13 21:06:48 +08:00
查询增加当前用户id
This commit is contained in:
@@ -44,6 +44,7 @@ public class StudyCourseESApi extends ApiBaseController{
|
|||||||
return error("无ES的实现","");
|
return error("无ES的实现","");
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
dto.setAccountId(getCurrent().getAccountId());
|
||||||
PageList<CourseStudyDto> rs=search.search(page.getStartRow(),page.getPageSize(), dto);
|
PageList<CourseStudyDto> rs=search.search(page.getStartRow(),page.getPageSize(), dto);
|
||||||
return success(rs);
|
return success(rs);
|
||||||
}catch(Exception e) {
|
}catch(Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user