From d225afff5471cf644bb12ae789750239df224396 Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Thu, 28 Mar 2024 10:37:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/kms/yxgh/common/mapper/MonitoringStationMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuili-system/src/main/java/com/kms/yxgh/common/mapper/MonitoringStationMapper.java b/shuili-system/src/main/java/com/kms/yxgh/common/mapper/MonitoringStationMapper.java index 2f5cdbe5..66a21c5d 100644 --- a/shuili-system/src/main/java/com/kms/yxgh/common/mapper/MonitoringStationMapper.java +++ b/shuili-system/src/main/java/com/kms/yxgh/common/mapper/MonitoringStationMapper.java @@ -23,7 +23,7 @@ public interface MonitoringStationMapper extends BaseMapper { "left join bs_sgc_sz_jbxx on monitoring_station.code = bs_sgc_sz_jbxx.waga_code and bs_sgc_sz_jbxx.expr_date is null " + "where 1=1 " + " " + - "and ( bs_sgc_df_jbxx.adcd like concat(#{data.adcd},'%') or bs_sgc_sz_gcda.adcd like concat(#{data.adcd},'%') ) " + + "and ( bs_sgc_df_gcda.adcd like concat(#{data.adcd},'%') or bs_sgc_sz_jbxx.adcd like concat(#{data.adcd},'%') ) " + " " + "") Integer count(@Param("data") WarningQueDto data);