From dcf387e233a47ffb81d36bd02c4bb7ee966af5a1 Mon Sep 17 00:00:00 2001 From: whycxzp <glperry@163.com> Date: 星期三, 13 十一月 2024 16:15:48 +0800 Subject: [PATCH] 调整语法不兼容 --- src/main/resources/mapper/BattInfMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/BattInfMapper.xml b/src/main/resources/mapper/BattInfMapper.xml index 54b48ac..8bef112 100644 --- a/src/main/resources/mapper/BattInfMapper.xml +++ b/src/main/resources/mapper/BattInfMapper.xml @@ -751,7 +751,7 @@ where BattGroupId=#{battGroupId} </select> <select id="selectAlarmNumIn3D" resultType="java.lang.String"> - select IFNULL(GROUP_CONCAT(DISTINCT MonNum),"") from db_alarm.tb_battalarm_data where BattGroupId=#{battGroupId} and MonNum>0 + select IFNULL(wm_CONCAT(DISTINCT MonNum),'') from db_alarm.tb_battalarm_data where BattGroupId=#{battGroupId} and MonNum>0 </select> <select id="hasBattBinf" resultType="java.lang.Integer"> select count(*) from db_battinf.tb_battinf where StationId=#{stationId} -- Gitblit v1.9.1