From 4eaec4ea2e835cde100deaec0d1059ceec8c0eda Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 31 May 2021 16:41:53 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/otc/OtcOrderDao.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcOrderDao.xml b/src/main/resources/mapper/otc/OtcOrderDao.xml index f932ed5..24f8920 100644 --- a/src/main/resources/mapper/otc/OtcOrderDao.xml +++ b/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"> -- Gitblit v1.9.1