guoyujia 2 luni în urmă
părinte
comite
078312e9d6

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

@@ -59,7 +59,6 @@ public class BizCompanyController extends BaseController
     @GetMapping("/list")
     public TableDataInfo list(BizCompany bizCompany) throws NoSuchFieldException, IllegalAccessException
     {
-        startPage();
         List<BizCompany> list = bizCompanyService.getList(bizCompany);
         return getDataTable(list);
     }

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

@@ -53,7 +53,6 @@ public class BizSupplierController extends BaseController
     @GetMapping("/list")
     public TableDataInfo list(BizSupplier bizSupplier) throws NoSuchFieldException, IllegalAccessException
     {
-        startPage();
         List<BizSupplier> list = bizSupplierService.getList(bizSupplier);
         return getDataTable(list);
     }

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

@@ -62,7 +62,6 @@ public class SysUserController extends BaseController
     @GetMapping("/list")
     public TableDataInfo list(SysUser sysUser) throws NoSuchFieldException, IllegalAccessException
     {
-        startPage();
 //        if(sysUser.getTenantId() == null){
 //            TableDataInfo error = new TableDataInfo();
 //            error.setCode(500);