Commit 092e04567ff154174f567930e2df3ac072e57528
1 parent
c159fd93e9
Exists in
master
and in
6 other branches
孕妇学校
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CourseFacade.java
View file @
092e045
| ... | ... | @@ -146,7 +146,7 @@ |
| 146 | 146 | result.setId(model.getId()); |
| 147 | 147 | |
| 148 | 148 | String courseType = ""; |
| 149 | - query.setId(model.getCourseTypeId()); | |
| 149 | + courseTypeQuery.setId(model.getCourseTypeId()); | |
| 150 | 150 | List<CourseTypeModel> typeModels = courseTypeService.queryCourseTypeList(courseTypeQuery); |
| 151 | 151 | if (CollectionUtils.isNotEmpty(typeModels)) |
| 152 | 152 | { |