yumeng hace 6 meses
padre
commit
b8b9138f09

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

@@ -3981,7 +3981,7 @@
         else 0 end) / 100, 2 )as 'regimentalPromotionAmount',
         round(sum(case when t1.order_status != 80 then t1.total_regimental_settle_amount else 0 end) / 100 , 2) as
         'totalRegimentalSettleAmount'
-        from kuaishou_supply_chain t1 LEFT JOIN ruixuan.kuaishou_activity_shop_info t2 on t1.item_id = t2.item_id
+        from kuaishou_supply_chain t1 LEFT JOIN ruixuan.kuaishou_activity_shop_info t2 on t1.seller_id = t2.shop_id
         where 1 = 1
         <if test="start != null and start != ''">
             and t1.stat_date &gt;= #{start}