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">