From ffe065eb4f3b04a8b4e5ae2def78de056bf17a6e Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 27 May 2022 17:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E6=88=BF=E7=AE=A1=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/personroom/EpidemicPlotBuildingDao.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml b/epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml index fae3a41..015b53b 100644 --- a/epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml +++ b/epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml @@ -1,9 +1,9 @@ - + - + @@ -19,7 +19,7 @@ - SELECT id FROM @@ -134,7 +134,7 @@ order by building_code desc limit 1 - select * from epidemic_plot_building where del_flag = '0' @@ -144,19 +144,19 @@ and GRID_ID=#{gridId} and BUILDING_NAME = #{buildingName} - select id,BUILDING_NAME from epidemic_plot_building where del_flag = '0' and building_code=#{buildingCode} - select * from epidemic_plot_building where del_flag = '0' and building_code=#{buildingCode} and id!=#{id} - select * from epidemic_plot_building where del_flag = '0'