he2802 2 سال پیش
والد
کامیت
9e7f926f3a
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      zhongzheng-admin/src/main/java/com/zhongzheng/controller/course/CourseEducationTypeController.java

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

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