mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 07:18:31 +08:00
update 查询运营商接口不做权限校验,在查询方法内做校验
This commit is contained in:
@@ -58,7 +58,7 @@ public class PileMerchantInfoController extends BaseController {
|
|||||||
* @param pileMerchantInfo
|
* @param pileMerchantInfo
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('pile:merchant:list')")
|
// @PreAuthorize("@ss.hasPermi('pile:merchant:list')")
|
||||||
@GetMapping("/getMerchantList")
|
@GetMapping("/getMerchantList")
|
||||||
public TableDataInfo getMerchantList(PileMerchantInfo pileMerchantInfo) {
|
public TableDataInfo getMerchantList(PileMerchantInfo pileMerchantInfo) {
|
||||||
List<PileMerchantInfo> list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);
|
List<PileMerchantInfo> list = pileMerchantInfoService.selectPileMerchantInfoListWithAuth(pileMerchantInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user