mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
update 支付宝小程序
This commit is contained in:
@@ -37,7 +37,7 @@ public interface PileMerchantInfoMapper {
|
||||
* @param appId
|
||||
* @return
|
||||
*/
|
||||
List<PileMerchantInfo> selectPileMerchantInfoByAppId(String appId);
|
||||
List<PileMerchantInfo> selectPileMerchantInfoByWxAppId(String appId);
|
||||
|
||||
/**
|
||||
* 查询充电桩运营商信息列表
|
||||
@@ -102,17 +102,24 @@ public interface PileMerchantInfoMapper {
|
||||
|
||||
/**
|
||||
* 根据appid查询对应一级运营商id
|
||||
* @param appId
|
||||
* @param wxAppId
|
||||
* @return
|
||||
*/
|
||||
PileMerchantInfo getFirstLevelMerchantByAppId(String appId);
|
||||
PileMerchantInfo getFirstLevelMerchantByWxAppId(String wxAppId);
|
||||
|
||||
/**
|
||||
* 根据支付宝appid查询对应一级运营商id
|
||||
* @param alipayAppId
|
||||
* @return
|
||||
*/
|
||||
PileMerchantInfo getFirstLevelMerchantByAlipayAppId(String alipayAppId);
|
||||
|
||||
/**
|
||||
* 通过appid查询运营商部门id
|
||||
* @param appId
|
||||
* @return
|
||||
*/
|
||||
List<String> getDeptIdsByAppId(@Param("appId") String appId);
|
||||
List<String> getDeptIdsByWxAppId(@Param("appId") String appId);
|
||||
|
||||
/**
|
||||
* 后管财务中心页面运营商列表
|
||||
|
||||
Reference in New Issue
Block a user