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

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

@@ -242,8 +242,8 @@
     </select>
     <select id="getAmountTotal" resultType="com.alibaba.fastjson.JSONObject">
         select
-        sum(base_amount) as 'baseAmount',
-        sum(pay_amount) as 'payAmount'
+        sum(order_amount) as 'orderAmount',
+        sum(base_amount) as 'baseAmount'
         from kuaishou_supply_chain
         where 1= 1
         <if test="start != null and start != ''">