소스 검색

增加字段

yumeng 2 년 전
부모
커밋
dd427379b1
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

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

@@ -225,7 +225,8 @@
         regimental_promotion_rate as 'regimentalPromotionRate',
         sum(case when order_status != 80 then pay_amount else 0 end) as 'payAmount',
         sum(case when order_status != 80 then regimental_promotion_amount else 0 end) as 'regimentalPromotionAmount',
-        sum(case when order_status != 80 then total_regimental_settle_amount else 0 end) as 'totalRegimentalSettleAmount'
+        sum(case when order_status != 80 then total_regimental_settle_amount else 0 end) as 'totalRegimentalSettleAmount',
+        item_commission_rate as 'itemCommissionRate'
         from kuaishou_supply_chain
         where 1= 1
         <if test="start != null and start != ''">