浏览代码

新需求

weichaochao 5 年前
父节点
当前提交
008f8ca709

+ 5
- 0
src/main/java/com/huiju/estateagents/po/TaPreselectionRecordPO.java 查看文件

@@ -59,6 +59,11 @@ public class TaPreselectionRecordPO extends TaPreselectionRecord {
59 59
     @TableField(exist = false)
60 60
     private List<TaBuildingImg> buildingImgList;
61 61
 
62
+    /**
63
+     * 期区
64
+     */
65
+    private String termname;
66
+
62 67
     /**
63 68
      * 用户昵称
64 69
      */

+ 1
- 0
src/main/resources/mapper/TaPreselectionRecordMapper.xml 查看文件

@@ -59,6 +59,7 @@
59 59
         b.`name`,
60 60
         b.avatarurl,
61 61
         b.phone,
62
+        a.term_name,
62 63
         t.`status`,
63 64
         t.update_date,
64 65
         (select name from ta_person t where (t.user_id = t.update_user || t.person_id = t.update_user)) as updateName