|
@@ -73,8 +73,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectListByunitId" resultType="com.ruoyi.zdsz.domain.vo.ZHouseVo">
|
|
<select id="selectListByunitId" resultType="com.ruoyi.zdsz.domain.vo.ZHouseVo">
|
|
select
|
|
select
|
|
- a.id as id,
|
|
|
|
- a.name as name
|
|
|
|
|
|
+ a.id,
|
|
|
|
+ a.name,
|
|
|
|
+ a.phone,
|
|
|
|
+ a.id_card as idCard,
|
|
|
|
+ a.house_user_name as houseUserName,
|
|
|
|
+ a.new_phone as newPhone
|
|
from z_house as a
|
|
from z_house as a
|
|
where a.del_flag = '0'
|
|
where a.del_flag = '0'
|
|
<if test="unitId != null and unitId != ''">
|
|
<if test="unitId != null and unitId != ''">
|