From eda98a749ecc0a0385e158bc9d9ac1f3f98280bf Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sun, 12 Jul 2020 17:03:37 +0800 Subject: [PATCH] 20200712 代码提交 --- src/main/resources/mapper/modules/ContractOrderMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/ContractOrderMapper.xml b/src/main/resources/mapper/modules/ContractOrderMapper.xml index 065c5bc..175695c 100644 --- a/src/main/resources/mapper/modules/ContractOrderMapper.xml +++ b/src/main/resources/mapper/modules/ContractOrderMapper.xml @@ -14,6 +14,9 @@ <if test="record.account!=null and record.account!=''"> and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account}) </if> + <if test="record.closingType!=null and record.closingType!=''"> + and s.closing_type = #{record.closingType} + </if> </if> </where> order by s.order_no DESC,s.create_time asc -- Gitblit v1.9.1