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, }) }