余额支付订单

This commit is contained in:
2023-11-28 14:46:48 +08:00
parent 3a18ffec35
commit 49ed50edf8
4 changed files with 12 additions and 10 deletions

View File

@@ -29,6 +29,6 @@ public interface MemberWalletLogService {
int batchInsert(List<MemberWalletLog> list);
MemberWalletLog getOrderRecord(String orderCode, String type);
List<MemberWalletLog> getOrderRecord(String orderCode, String type);
}