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

@@ -378,5 +378,15 @@ public class PileMerchantInfoServiceImpl implements IPileMerchantInfoService {
return appId;
}
/**
* 通过appid查询运营商部门id
* @param appId
* @return
*/
@Override
public List<String> getDeptIdsByAppId(String appId) {
return pileMerchantInfoMapper.getDeptIdsByAppId(appId);
}
}