yumeng 2 năm trước cách đây
mục cha
commit
9a080e757d

+ 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 != ''">