src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -81,7 +81,7 @@ <select id="selectMemberAvgCoinTime" resultType="java.math.BigDecimal"> select IFNULL(sum(timestampdiff(SECOND, pay_time, coin_time))/count(1), 0) IFNULL(sum(timestampdiff(SECOND, pay_time, finish_time))/count(1), 0) from otc_order where status=3 and member_id=40 and order_type='S' </select>