mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 查询运营商列表
This commit is contained in:
@@ -122,4 +122,10 @@ public interface IPileMerchantInfoService {
|
||||
* 通过merchantId获取一级运营商id
|
||||
*/
|
||||
String getFirstLevelMerchantIdByMerchantId(String merchantId);
|
||||
|
||||
// 查询全部生效的运营商
|
||||
List<MerchantInfoVO> selectAll();
|
||||
|
||||
// 查询一级运营商下属的二级运营商
|
||||
List<MerchantInfoVO> selectListByFirstMerchant(String firstMerchantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user