From e76b3a35aae14508b8711202055e327e25b05a00 Mon Sep 17 00:00:00 2001 From: shihongwei <178899525@qq.com> Date: Wed, 3 Jun 2026 21:07:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(securityManagement):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=B7=A1=E6=A3=80=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E6=9F=A5=E8=AF=A2SQL=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重构该Mapper的分页查询SQL,调整表关联与过滤条件,优化状态计算、搜索匹配及排序规则,修复原查询的数据统计与展示问题。 --- .../HotHiddenDangerInspectionMapper.xml | 81 ++++++++----------- 1 file changed, 32 insertions(+), 49 deletions(-) diff --git a/src/main/resources/mapper/securityManagement/HotHiddenDangerInspectionMapper.xml b/src/main/resources/mapper/securityManagement/HotHiddenDangerInspectionMapper.xml index e163a7b..0d91fc8 100644 --- a/src/main/resources/mapper/securityManagement/HotHiddenDangerInspectionMapper.xml +++ b/src/main/resources/mapper/securityManagement/HotHiddenDangerInspectionMapper.xml @@ -8,38 +8,31 @@