update 查询站点报表详情

This commit is contained in:
2023-08-22 13:44:10 +08:00
parent e2f3fb7a8e
commit 003f4c410e
8 changed files with 57 additions and 21 deletions

View File

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