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