From f23bb8ce948f64e22276b3fa5fe6ba37c24dcd06 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期三, 28 一月 2026 11:16:16 +0800
Subject: [PATCH] fix(enum): 代码迁移
---
src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
index adc64dd..3822f29 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordOutMapper.xml
@@ -6,6 +6,7 @@
select
t3.supplier_name,
t2.product_category,
+ t3.purchase_contract_number,
t1.id,
t1.code,
t2.specification_model,
--
Gitblit v1.9.3