From 4a230630d478cf6f82dea12e0358550bb25d46e9 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期四, 25 十二月 2025 11:44:40 +0800
Subject: [PATCH] 修改字段,接口,美元每件

---
 src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
index 708e983..4770cba 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
@@ -154,7 +154,8 @@
         t1.create_by,
         t2.item_type,
         t2.box_num,
-        t2.carton_specifications
+        t2.carton_specifications,
+        t2.dollar_price
         from  procurement_record_out t1
         left join custom_storage t2 on t2.id = t1.procurement_record_storage_id
         <where>

--
Gitblit v1.9.3