From 8d9adc809cee12d16caf9854ada2e7d030a5f4b4 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期五, 21 十一月 2025 15:41:42 +0800
Subject: [PATCH] feat:开发

---
 ApiTools.Application/ChannelWallets/Commands/ChannelWalletCommandHandler.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ApiTools.Application/ChannelWallets/Commands/ChannelWalletCommandHandler.cs b/ApiTools.Application/ChannelWallets/Commands/ChannelWalletCommandHandler.cs
index 50032f2..137684a 100644
--- a/ApiTools.Application/ChannelWallets/Commands/ChannelWalletCommandHandler.cs
+++ b/ApiTools.Application/ChannelWallets/Commands/ChannelWalletCommandHandler.cs
@@ -91,6 +91,7 @@
             if (request.Amount > wallet.Balance) throw Oops.Oh(EnumErrorCodeType.s404, "浣欓涓嶈冻");
 
             var transaction = await channelWalletTransactionRepository.GetQueryable()
+                .Include(it => it.PingAnPay)
                 .Where(it => it.WalletId == wallet.Id && it.OutCode == request.OutCode)
                 .FirstOrDefaultAsync();
             if (transaction == null)

--
Gitblit v1.9.1