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")
     public TableDataInfo<CourseEducationTypeVo> allList(CourseEducationTypeQueryBo bo) {
         startPage();
-        bo.setStatus(new ArrayList<Integer>(Arrays.asList(1)));
         List<CourseEducationTypeVo> list = iCourseEducationTypeService.queryAllList(bo);
         return getDataTable(list);
     }