wang_xy 1 год назад
Родитель
Сommit
8028a4b8ae
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      ruoyi-zdsz/src/main/resources/mapper/zdsz/ZHouseMapper.xml

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