update 查询运营商接口不做权限校验,在查询方法内做校验

This commit is contained in:
2023-11-03 16:57:25 +08:00
parent 3fbb39474e
commit a1a6bc4557

View File

@@ -58,7 +58,7 @@ public class PileMerchantInfoController extends BaseController {
* @param pileMerchantInfo
* @return
*/
@PreAuthorize("@ss.hasPermi('pile:merchant:list')")
// @PreAuthorize("@ss.hasPermi('pile:merchant:list')")
@GetMapping("/getMerchantList")
public TableDataInfo getMerchantList(PileMerchantInfo pileMerchantInfo) {
List<PileMerchantInfo> list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);