Procházet zdrojové kódy

大屏每小时更新全部数据

qin před 1 rokem
rodič
revize
f6f03274ad

+ 1 - 1
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -110,7 +110,7 @@
             c.now_street_id as nowStreetId,
             c.now_street_name as nowStreetName,
             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,
             c.age as age,
             c.sex as sex,