From 6c284589bcaed5627d7f0722d07d594111e06ec6 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 18 Jul 2025 16:16:35 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=B4=A8=E9=87=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=89=8D80=E6=8A=A5=E8=A1=A8=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E4=BD=8D=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/report/GeneralReportMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aucma-report/src/main/resources/mapper/report/GeneralReportMapper.xml b/aucma-report/src/main/resources/mapper/report/GeneralReportMapper.xml index 7c16a0c..b88919f 100644 --- a/aucma-report/src/main/resources/mapper/report/GeneralReportMapper.xml +++ b/aucma-report/src/main/resources/mapper/report/GeneralReportMapper.xml @@ -239,6 +239,9 @@ AND TO_CHAR(RQI.INSPECTOR_TIME, 'YYYY-MM-DD HH24:MI:SS') BETWEEN #{beginBeginTime} AND #{endBeginTime} + + AND RQI.STATION_CODE = #{STATION_CODE} + AND PL2.PRODUCT_LINE_CODE = #{PRODUCT_LINE_CODE}