소스 검색

修改服务费率

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

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

@@ -315,10 +315,8 @@
         then 0
         else round(tt.ccr_value / 100 , 2)
         end
-        ) as 'ccrInt'
-
-
-
+        ) as 'ccrInt',
+        round(tt.investment_promotion_rate / 10, 2) as 'investmentPromotionRate'
         from kuaishou_item_list t left join kuaishou_activity_open_item_list tt
         on t.item_id = tt.item_id
         where