|
|
@ -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 !=''"> |
|
|
|