@@ -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);
}
@@ -53,7 +53,6 @@ public class BizSupplierController extends BaseController
public TableDataInfo list(BizSupplier bizSupplier) throws NoSuchFieldException, IllegalAccessException
List<BizSupplier> list = bizSupplierService.getList(bizSupplier);
@@ -62,7 +62,6 @@ public class SysUserController extends BaseController
public TableDataInfo list(SysUser sysUser) throws NoSuchFieldException, IllegalAccessException
// if(sysUser.getTenantId() == null){
// TableDataInfo error = new TableDataInfo();
// error.setCode(500);