@@ -38,7 +38,6 @@ public class BizAccessoriesController extends BaseController
/**
* 查询辅料管理列表
*/
- @PreAuthorize("@ss.hasPermi('business:accessories:list')")
@GetMapping("/list")
public TableDataInfo list(BizAccessories bizAccessories) throws NoSuchFieldException, IllegalAccessException
{
@@ -38,7 +38,6 @@ public class BizCompanyController extends BaseController
* 查询客户名称列表
- @PreAuthorize("@ss.hasPermi('business:company:list')")
public TableDataInfo list(BizCompany bizCompany) throws NoSuchFieldException, IllegalAccessException
@@ -38,7 +38,6 @@ public class BizProductController extends BaseController {
* 查询产品管理列表
- @PreAuthorize("@ss.hasPermi('business:product:list')")
public TableDataInfo list(BizProduct bizProduct) throws NoSuchFieldException, IllegalAccessException {
// final String tenantId = request.getHeader("tenantId");