From a515beee3111c7f4ac112915108aec95f0a38520 Mon Sep 17 00:00:00 2001 From: jhc Date: Fri, 9 May 2025 16:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/orderRecordsDao.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/dao/orderRecordsDao.go b/internal/dao/orderRecordsDao.go index 83fe4c4..a8e3501 100644 --- a/internal/dao/orderRecordsDao.go +++ b/internal/dao/orderRecordsDao.go @@ -175,6 +175,7 @@ func OrderRecordsList(req *bundle.OrderRecordsRequest) (res *bundle.OrderRecords Num: record.Num, BundleCommonUid: record.BundleCommonUid, AddBundleCommonUid: record.AddBundleCommonUid, + FinancialConfirmation: record.FinancialConfirmation, }) }