update 小程序查询充电站列表

This commit is contained in:
Lemon
2023-08-18 09:27:22 +08:00
parent fe5389ce7a
commit 128a2e76e3
8 changed files with 59 additions and 3 deletions

View File

@@ -96,4 +96,11 @@ public interface PileMerchantInfoMapper {
* @return
*/
String getFirstLevelMerchantIdByAppId(String appId);
/**
* 通过appid查询运营商部门id
* @param appId
* @return
*/
List<String> getDeptIdsByAppId(@Param("appId") String appId);
}