|
@@ -110,7 +110,7 @@
|
|
|
c.now_street_id as nowStreetId,
|
|
c.now_street_id as nowStreetId,
|
|
|
c.now_street_name as nowStreetName,
|
|
c.now_street_name as nowStreetName,
|
|
|
c.customer_sign_id as customerSignId,
|
|
c.customer_sign_id as customerSignId,
|
|
|
- CONCAT_WS(',',cs.customer_type_id) as customerTypeId,
|
|
|
|
|
|
|
+ CONCAT(',',CONCAT_WS( ',', cs.customer_type_id ),',') as customerTypeId,
|
|
|
CONCAT_WS(',',cs.customer_type) as customerType,
|
|
CONCAT_WS(',',cs.customer_type) as customerType,
|
|
|
c.age as age,
|
|
c.age as age,
|
|
|
c.sex as sex,
|
|
c.sex as sex,
|