From 0b67441a73046d87307133f6cf6f265f11caa54c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 6 Nov 2025 09:59:13 +0800 Subject: [PATCH] =?UTF-8?q?2025-11-06=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/QcBaseInfoMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/pms/QcBaseInfoMapper.xml b/src/main/resources/mapper/pms/QcBaseInfoMapper.xml index 4c7bba8..4ccb718 100644 --- a/src/main/resources/mapper/pms/QcBaseInfoMapper.xml +++ b/src/main/resources/mapper/pms/QcBaseInfoMapper.xml @@ -1289,7 +1289,9 @@ qat.operation, qat.manufacturer_id, dbo.qc_get_supplier_name(qat.site, qat.manufacturer_id) as manufacturerName, - qat.resource_id + qat.resource_id, + qat.customer_id as customerID, + dbo.qc_get_customer_name(qt.site, qat.customer_id) as customerName FROM qc_attribute_template as qat LEFT JOIN qc_part_attribute as qpa ON qpa.attribute_no = qat.attribute_no and qat.site = qpa.site and qat.bu_no = qpa.bu_no LEFT JOIN qc_template as qt ON qat.template_id = qt.template_id and qat.site = qt.site and qat.bu_no = qt.bu_no