update 支付宝小程序

This commit is contained in:
Guoqs
2024-06-17 14:11:59 +08:00
parent 27c199617e
commit 20d7f06e8f
5 changed files with 77 additions and 19 deletions

View File

@@ -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);
/**
* 后管财务中心页面运营商列表