modules/mainPart/src/main/java/com/zt/life/modules/mainPart/ftCategory/service/FtCategoryService.java @@ -39,4 +39,7 @@ super.deleteLogic(ids); } public List<FtCategory> getList() { return baseDao.getList2(); } }