Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李丛阳
education
Commits
81cf6785
Commit
81cf6785
authored
Oct 10, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口
parent
475e349c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BLessonController.java
...cisoft/business/blesson/controller/BLessonController.java
+1
-1
FindListLessonDTO.java
...a/org/rcisoft/business/blesson/dto/FindListLessonDTO.java
+1
-1
No files found.
src/main/java/org/rcisoft/business/blesson/controller/BLessonController.java
View file @
81cf6785
...
...
@@ -229,7 +229,7 @@ public class BLessonController extends PaginationController<BLesson> {
gridModel
);
}
@ApiOperation
(
value
=
"616
分页查询列表页全部
"
,
notes
=
"分页查询列表页全部"
,
response
=
BLesson
.
class
)
@ApiOperation
(
value
=
"616
列表页分页查询课程
"
,
notes
=
"分页查询列表页全部"
,
response
=
BLesson
.
class
)
@GetMapping
(
value
=
"/queryListAllLessonByPagination"
)
public
Result
queryListAllLessonByPagination
(
CurUser
curUser
,
@Valid
FindListLessonDTO
param
,
BindingResult
bindingResult
)
{
List
<
AllCourseDTO
>
allCourse
=
null
;
...
...
src/main/java/org/rcisoft/business/blesson/dto/FindListLessonDTO.java
View file @
81cf6785
...
...
@@ -27,7 +27,7 @@ public class FindListLessonDTO {
@ApiModelProperty
(
value
=
"课程类型 0 课程 1 培训"
)
private
String
lessonType
;
@ApiModelProperty
(
value
=
"查询类型 0 全部 1 推荐 2在学 3收藏"
,
required
=
true
)
@ApiModelProperty
(
value
=
"查询类型 0 全部 1 推荐 2在学 3收藏
4兴趣
"
,
required
=
true
)
private
String
searchType
;
private
List
<
String
>
courseIds
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment