yumeng 2 gadi atpakaļ
vecāks
revīzija
5e8d81fb07

+ 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