|
@@ -66,7 +66,6 @@ public class CourseEducationTypeController extends BaseController {
|
|
|
@GetMapping("/allList")
|
|
@GetMapping("/allList")
|
|
|
public TableDataInfo<CourseEducationTypeVo> allList(CourseEducationTypeQueryBo bo) {
|
|
public TableDataInfo<CourseEducationTypeVo> allList(CourseEducationTypeQueryBo bo) {
|
|
|
startPage();
|
|
startPage();
|
|
|
- bo.setStatus(new ArrayList<Integer>(Arrays.asList(1)));
|
|
|
|
|
List<CourseEducationTypeVo> list = iCourseEducationTypeService.queryAllList(bo);
|
|
List<CourseEducationTypeVo> list = iCourseEducationTypeService.queryAllList(bo);
|
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|
|
|
}
|
|
}
|