From 3d6f519a554eb03430aa269131a14760fa05b4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yinjinlu-pc=5C=E5=B0=B9=E9=87=91=E8=B7=AF?= <411641505@qq.com> Date: Thu, 9 Jan 2025 13:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E6=A3=80=E4=BB=BB=E5=8A=A1=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=9F=A5=E8=AF=A2=E8=BF=94=E5=9B=9E=E7=9A=84=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E6=A3=80=E9=AA=8C=E7=B1=BB=E5=9E=8B=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=B8=BAIPQC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ktg-mes/src/main/resources/mapper/qc/QcPendingInspectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ktg-mes/src/main/resources/mapper/qc/QcPendingInspectMapper.xml b/ktg-mes/src/main/resources/mapper/qc/QcPendingInspectMapper.xml index 6afa902..ca1dd98 100644 --- a/ktg-mes/src/main/resources/mapper/qc/QcPendingInspectMapper.xml +++ b/ktg-mes/src/main/resources/mapper/qc/QcPendingInspectMapper.xml @@ -98,7 +98,7 @@ pf.feedback_code AS source_doc_code, pf.record_id as source_line_id, pf.feedback_time AS record_time, - 'PQC' AS qc_type, + 'IPQC' AS qc_type, pf.item_id, pf.item_code, pf.item_name,