From f96f41f814f976073e582588d1e23fa84dae7951 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 24 Jul 2020 11:07:07 +0800
Subject: [PATCH] 20200724  代码提交

---
 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 0d65652..8af4850 100644
--- a/src/main/resources/mapper/modules/ContractOrderMapper.xml
+++ b/src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -44,6 +44,9 @@
                 <if test="record.closingType!=null and record.closingType!=''">
                     and s.closing_type = #{record.closingType}
                 </if>
+                <if test="record.isTest!=null and record.isTest!=''">
+                    and m.account_type= #{record.isTest}
+                </if>
             </if>
 		</where>
 			order by s.opening_time desc

--
Gitblit v1.9.1