From d0f0b7d3e26df6bc7cd28924ff5285846f171796 Mon Sep 17 00:00:00 2001 From: wangguangyuan Date: Tue, 6 May 2025 10:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=B1=87=E6=80=BB=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E6=8E=89=E5=BC=82=E5=B8=B8=EF=BC=8C=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/task/ResultAnalysisMapper.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml b/inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml index d2fffa6..a8448c0 100644 --- a/inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml +++ b/inspect-main/inspect-main-task/src/main/resources/mapper/task/ResultAnalysisMapper.xml @@ -642,12 +642,11 @@ from patrol_result a LEFT JOIN result_analysis b on a.line_id=b.business_id + b.result_type != '2' and to_days(a.create_time) = to_days(now()) and b.objectId = #{objectId} and b.filter = #{filter} - and b.point_status = 0 - and b.res_code = '2000' - and b.result_type != 2 + and b.result_type = '0' ORDER BY b.line_id desc