@ -79,6 +79,8 @@ public class IcHouseListResultDTO implements Serializable {
*/
private String ownerIdCard;
private String remark;
private Double sort;
@ -112,7 +112,8 @@
ag.ORGANIZATION_NAME agencyName,
c.GRID_ID as gridId,
gr.GRID_NAME,
IFNULL(a.sort,0) as sort
IFNULL(a.sort,0) as sort,
IFNULL(a.REMARK,'') AS remark
from ic_house a
LEFT JOIN ic_building b on a.BUILDING_ID = b.ID and b.DEL_FLAG = '0'
LEFT JOIN ic_neighbor_hood c on a.NEIGHBOR_HOOD_ID = c.ID and c.DEL_FLAG = '0'