|
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="getPageList" resultType="com.ruoyi.zdsz.domain.vo.ZHouseVo">
|
|
|
select a.id as id,
|
|
|
a.name as name,
|
|
|
+ a.remark as remark,
|
|
|
(select b.name from z_area b where b.id = a.area_id) as areaName,
|
|
|
(select c.name from z_building c where c.id = a.building_id) as buildingName,
|
|
|
(select d.name from z_unit d where d.id = a.unit_id) as unitName
|