Helius
2021-05-21 24b53bf61f66428727e1dcbc4abf4320d8f48d8c
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>