he2802 2 年之前
父節點
當前提交
9e7f926f3a

+ 0 - 1
zhongzheng-admin/src/main/java/com/zhongzheng/controller/course/CourseEducationTypeController.java

@@ -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);
     }