Browse Source

人房管理代码迁移

feature/codemove
wanggongfeng 3 years ago
parent
commit
c5d524f4f4
  1. 2
      epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml
  2. 2
      epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotCoordinateDao.xml

2
epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotBuildingDao.xml

@ -100,7 +100,7 @@
LEFT JOIN sys_dict bs on bs.dict_value = b.building_state and bs.dict_type = 'building_state'
LEFT JOIN sys_dict pn on pn.dict_value = b.plot_nature and pn.dict_type = 'plot_nature'
LEFT JOIN sys_dict bt on bt.dict_value = b.building_type and bt.dict_type = 'building_type'
left join sys_dept de on de.dept_id=b.grid_id
left join yushan_esua_epdc_admin.sys_dept de on de.id=b.grid_id
WHERE
b.DEL_FLAG = '0'
<if test="streetId != null and streetId !=''">

2
epdc-cloud-custom/src/main/resources/mapper/personroom/EpidemicPlotCoordinateDao.xml

@ -50,7 +50,7 @@
FROM
epidemic_plot_coordinate pc
LEFT JOIN epidemic_plot_grid g ON g.PLOT_ID = pc.id
LEFT JOIN sys_dept d ON d.dept_id = g.GRID_ID
LEFT JOIN yushan_esua_epdc_admin.sys_dept d ON d.id = g.GRID_ID
WHERE
pc.DEL_FLAG = '0'
<if test="plotName != null and plotName != ''">

Loading…
Cancel
Save