Pārlūkot izejas kodu

户主查房间信息接口

wang_xy 1 gadu atpakaļ
vecāks
revīzija
8028a4b8ae

+ 6 - 2
ruoyi-zdsz/src/main/resources/mapper/zdsz/ZHouseMapper.xml

@@ -73,8 +73,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
     <select id="selectListByunitId" resultType="com.ruoyi.zdsz.domain.vo.ZHouseVo">
         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
         where a.del_flag = '0'
         <if test="unitId != null  and unitId != ''">