From cf200a1f92c01ba22c326c49391f748ffb006910 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 05 Jul 2021 17:28:35 +0800 Subject: [PATCH] 20210617 开售开关 --- src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml b/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml index 12799d6..203aa55 100644 --- a/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml +++ b/src/main/resources/mapper/modules/OtcEntrustOrderMapper.xml @@ -18,6 +18,9 @@ <if test="record.orderType!=null and record.orderType!=''"> and a.order_type= #{record.orderType} </if> + <if test="record.status!=null and record.status!=''"> + and a.status= #{record.status} + </if> </if> </where> order by m.create_time desc -- Gitblit v1.9.1