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