查询运营商提现记录

This commit is contained in:
2023-09-19 17:05:16 +08:00
parent 42ad306647
commit 09e83e8b24
4 changed files with 81 additions and 0 deletions

View File

@@ -68,4 +68,6 @@ public interface ClearingWithdrawInfoMapper {
ClearingBillVO selectWithdrawInfoByOrderCode(@Param("orderCode") String orderCode);
List<ClearingBillVO> selectWithdrawInfoByOrderCodeList(@Param("orderCodeList") List<String> orderCodeList);
List<ClearingWithdrawInfo> selectByMerchantId(@Param("merchantId") String merchantId);
}