This commit is contained in:
2023-07-08 11:42:33 +08:00
parent fceaeb4ba5
commit 5bfdddf075
6 changed files with 13 additions and 6 deletions

View File

@@ -11,5 +11,5 @@ public interface MemberTransactionRecordMapper {
List<MemberTransactionRecord> selectByMemberId(String memberId);
MemberTransactionRecord selectByOrderCode(@Param("orderCode") String orderCode);
MemberTransactionRecord selectByOrderCode(@Param("orderCode") String orderCode, @Param("actionType") String actionType);
}