|
@@ -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);
|