张延森 3 anni fa
parent
commit
1ce729a2b9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      src/main/resources/mapper/xlk/ChannelCustomerMapper.xml

+ 2
- 1
src/main/resources/mapper/xlk/ChannelCustomerMapper.xml Vedi File

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