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'