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:
@@ -63,4 +63,11 @@ public interface IPileMerchantInfoService {
|
||||
String getMerchantIdByAppId(String appId);
|
||||
|
||||
MerchantInfoVO getMerchantInfo(String merchantId);
|
||||
|
||||
/**
|
||||
* 根据运营商部门ids 查询所有站点id
|
||||
* @param merchantDeptIds
|
||||
* @return
|
||||
*/
|
||||
List<String> queryByMerchantDeptIds(List<String> merchantDeptIds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user