From a52561e6e390b314e33e5a6fc6b211fa705f2159 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Wed, 21 Jan 2026 17:29:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(report):=20=E4=BF=AE=E5=A4=8D=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2=E4=B8=AD=E7=9A=84=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=92=8C=E7=8A=B6=E6=80=81=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将参数查询条件从PARAM_CODE改为PARAM_NAME以提高兼容性 - 修正设备状态统计查询中数值类型的比较条件 - 更新设备表关联关系使用正确的主键字段OBJ_ID - 添加详细的注释说明参数查询方式的变化原因 --- .../resources/mapper/report/Board4Mapper.xml | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/aucma-report/src/main/resources/mapper/report/Board4Mapper.xml b/aucma-report/src/main/resources/mapper/report/Board4Mapper.xml index d399e10..3b6eef1 100644 --- a/aucma-report/src/main/resources/mapper/report/Board4Mapper.xml +++ b/aucma-report/src/main/resources/mapper/report/Board4Mapper.xml @@ -19,7 +19,8 @@ - + + - + + @@ -74,28 +76,30 @@ + + @@ -136,6 +140,8 @@ + +