mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/baseservers
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