From fd39fdd09509b8c7d975a966add3669518098cb7 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 24 七月 2026 18:21:31 +0800
Subject: [PATCH] feat(quality): 添加质量检测默认单位设置
---
src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
index f1a87ca..149e815 100644
--- a/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
+++ b/src/main/resources/mapper/procurementrecord/ProcurementRecordMapper.xml
@@ -32,6 +32,7 @@
select
t3.supplier_name,
t3.purchase_contract_number,
+ t3.master_contract_no,
t2.product_category,
t1.id,
t1.sales_ledger_product_id,
@@ -72,6 +73,7 @@
select
t3.supplier_name,
t3.purchase_contract_number,
+ t3.master_contract_no,
t2.product_category,
t1.id,
t2.specification_model,
@@ -121,6 +123,7 @@
select
t3.supplier_name,
t3.purchase_contract_number,
+ t3.master_contract_no,
t2.product_category,
t1.id,
t1.sales_ledger_product_id,
@@ -179,6 +182,7 @@
select
t3.supplier_name,
t3.purchase_contract_number,
+ t3.master_contract_no,
t2.product_category,
t1.id,
t1.sales_ledger_product_id,
--
Gitblit v1.9.3