yumeng 2 年之前
父節點
當前提交
5e8d81fb07
共有 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

@@ -1702,7 +1702,7 @@
         <if test="userId != null and userId != ''">
             and t1.userId = #{userId}
         </if>
-        group by t1.user_id ) left join (
+        group by t1.user_id )  t left join (
         select t1.user_id,count(distinct courier_number) as 'sendSampleCount' from kuaishou_item_list t1 left join
         kuaishou_item_collect_samples t2
         on t1.item_id = t2.item_id