yumeng 6 달 전
부모
커밋
b8b9138f09
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

@@ -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}