张延森 3 年之前
父節點
當前提交
1ce729a2b9
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/main/resources/mapper/xlk/ChannelCustomerMapper.xml

+ 2
- 1
src/main/resources/mapper/xlk/ChannelCustomerMapper.xml 查看文件

78
             b.avatarurl ,
78
             b.avatarurl ,
79
             ifnull(c.`status`, 1) as customer_status,
79
             ifnull(c.`status`, 1) as customer_status,
80
             if(c.customer_id is null, "report", "customer") as type,
80
             if(c.customer_id is null, "report", "customer") as type,
81
-            d.expiration_date
81
+            d.expiration_date,
82
+            d.building_name
82
         FROM
83
         FROM
83
             xlk_channel_customer a
84
             xlk_channel_customer a
84
         LEFT JOIN ta_person b ON a.person_id = b.person_id
85
         LEFT JOIN ta_person b ON a.person_id = b.person_id