Browse Source

修改报错

yumeng 1 year ago
parent
commit
5ab12908cd
1 changed files with 1 additions and 1 deletions
  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>