From 5bb0163819f69ed8077c06c346d56822a8c84233 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 19 Sep 2024 13:25:06 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=B4=A8=E6=A3=80=E5=8A=A0?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aucma-api/src/main/resources/mapper/PdaBindingMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml b/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml index c39fdcd..54916c1 100644 --- a/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml +++ b/aucma-api/src/main/resources/mapper/PdaBindingMapper.xml @@ -70,7 +70,8 @@ QUALITY_DEFECT_CODE, QUALITY_DEFECT_NAME, nvl( PROCESS_RESULT,'未完成') as PROCESS_RESULT, - br.PRODUCT_LINE_NAME + br.PRODUCT_LINE_NAME, + rqi.INSPECTOR_TIME inspector_time from REPORT_QUALITY_INSPECTION rqi left join BASE_PRODUCTLINE br on rqi.STATION_CODE=br.PRODUCT_LINE_CODE where BAR_CODE =#{code}