Helius
2021-05-31 018f6f9b1ab486697d624f493a7ed5c02d29dd10
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -70,6 +70,9 @@
        <if test="status != null">
            and status = #{status}
        </if>
        <if test="type != null and type!=''">
            and order_type = #{type}
        </if>
    </select>
    <select id="selectMemberAvgPayTime" resultType="java.math.BigDecimal">