From 996d58873438f750ce6f23d212f7ca573114b599 Mon Sep 17 00:00:00 2001 From: wangh <123456> Date: Fri, 15 Mar 2024 17:34:07 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=B4=A8=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9C=AA=E5=AE=8C=E6=88=90=E8=BF=94=E4=BF=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aucma-api/src/main/resources/mapper/PdaBindingMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml b/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml index 384d36c..0157286 100644 --- a/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml +++ b/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml @@ -54,12 +54,12 @@ TEST_ITEM_CODE as STATION_CODE, QUALITY_DEFECT_CODE, QUALITY_DEFECT_NAME, - PROCESS_RESULT, + nvl( PROCESS_RESULT,'未完成') as PROCESS_RESULT, br.PRODUCT_LINE_NAME from REPORT_QUALITY_INSPECTION rqi left join BASE_PRODUCTLINE br on rqi.STATION_CODE=br.PRODUCT_LINE_CODE where BAR_CODE =#{code} - and rqi.IS_FLAG = 1 and rqi.IS_FLAG=1 and TREATMENT_MEASURE=1 + and TREATMENT_MEASURE=1 \ No newline at end of file