update 汇付退款添加merchantKey

This commit is contained in:
2023-08-17 11:16:32 +08:00
parent 81e3bde38e
commit 70a16ae804
7 changed files with 72 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ public interface PileMerchantInfoMapper {
/**
* 通过ids查询信息列表
* @param ids
* @param deptIds
* @return
*/
List<PileMerchantInfo> queryInfoListByIds(@Param("deptIds") List<String> deptIds);