mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
update 查询运营商列表
This commit is contained in:
@@ -112,4 +112,11 @@ public interface PileMerchantInfoMapper {
|
||||
* @return
|
||||
*/
|
||||
List<MerchantSettleInfoVO> queryMerchantSettleInfoList(@Param("dto") QueryMerchantInfoDTO dto);
|
||||
|
||||
/**
|
||||
* 根据一级运营商id查询自身信息以及下属二级运营商信息
|
||||
* @param firstMerchantId 一级运营商id
|
||||
* @return
|
||||
*/
|
||||
List<PileMerchantInfo> selectListByFirstMerchant(@Param("firstMerchantId") String firstMerchantId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user