From ae53f264d6986662732e6cb6d71b22526a6edc68 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期二, 04 三月 2025 13:44:03 +0800 Subject: [PATCH] stationId作为查询条件 --- src/main/resources/mapper/DevAlarmDataVerifyMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/DevAlarmDataVerifyMapper.xml b/src/main/resources/mapper/DevAlarmDataVerifyMapper.xml index 58f8813..e5f16fa 100644 --- a/src/main/resources/mapper/DevAlarmDataVerifyMapper.xml +++ b/src/main/resources/mapper/DevAlarmDataVerifyMapper.xml @@ -42,8 +42,8 @@ and stationname1=#{stationName1} </if> - <if test="stationName!=''"> - and stationname=#{stationName} + <if test="stationId!=''"> + and stationId=#{stationId} </if> <if test="almLevel!=0 and almLevel!=null"> and alm_level=#{almLevel} -- Gitblit v1.9.1