瀏覽代碼

修改报错

yumeng 2 年之前
父節點
當前提交
5ab12908cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -69,7 +69,7 @@
         </if>
         group by promoter_id) t left join (
             select  promoter_id as 'promoterId',group_concat(user_name)  as 'userName' from  kuaishou_promoter where  media_id = 2
-                                               group by
+                                               group by promoter_id
         ) t2 on t.promoterId = t2.promoterId
         order by t.orderNum desc
     </select>