瀏覽代碼

客户新表关联修改

qin 1 年之前
父節點
當前提交
4a226242ff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/statistics/OrderMapper.xml

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

@@ -111,8 +111,8 @@
             c.now_street_id as nowStreetId,
             c.now_street_name as nowStreetName,
             c.customer_sign_id as customerSignId,
-            cs.customer_type_id as customerTypeId,
-            cs.customer_type as customerType,
+            CONCAT_WS(',',cs.customer_type_id) as customerTypeId,
+            CONCAT_WS(',',cs.customer_type) as customerType,
             c.age as age,
             c.sex as sex,
             if(sum(IF( d.settlement = 1, 1, 0 ) )>0,1,0) as category