mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 查询所属运营商,带权限校验
This commit is contained in:
@@ -25,6 +25,13 @@ public interface PileMerchantInfoMapper {
|
||||
*/
|
||||
public PileMerchantInfo selectPileMerchantInfoById(Long id);
|
||||
|
||||
/**
|
||||
* 查询运营商列表
|
||||
* @param merchantIdList
|
||||
* @return
|
||||
*/
|
||||
List<PileMerchantInfo> selectPileMerchantInfoListByIdList(@Param("merchantIdList") List<String> merchantIdList);
|
||||
|
||||
/**
|
||||
* 通过appid查询充电桩运营商信息
|
||||
* @param appId
|
||||
@@ -127,4 +134,5 @@ public interface PileMerchantInfoMapper {
|
||||
* @return
|
||||
*/
|
||||
PileMerchantInfoVO queryMerchantInfoByStationId(String stationId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user