Browse Source

Merge remote-tracking branch 'origin/master'

ezhizao_zx 10 tháng trước cách đây
mục cha
commit
9a97ccec73

+ 0 - 1
src/main/java/cn/ezhizao/project/business/controller/BizCheckCategoryController.java

@@ -43,7 +43,6 @@ public class BizCheckCategoryController extends BaseController
     @GetMapping("/list")
     public TableDataInfo list(BizCheckCategory bizCheckCategory) throws NoSuchFieldException, IllegalAccessException
     {
-        setTenantId(bizCheckCategory);
         startPage();
         List<BizCheckCategory> list = bizCheckCategoryService.getList(bizCheckCategory);
         return getDataTable(list);