张延森 před 3 roky
rodič
revize
1ce729a2b9

+ 2
- 1
src/main/resources/mapper/xlk/ChannelCustomerMapper.xml Zobrazit soubor

@@ -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