Helius
2021-05-31 4eaec4ea2e835cde100deaec0d1059ceec8c0eda
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">