From d6bcc4fe2101077f2a750c8382486629c5da1f66 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 13 Aug 2020 19:17:01 +0800 Subject: [PATCH] 20200813 代码提交 --- src/main/resources/mapper/modules/DataMonitoringMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/DataMonitoringMapper.xml b/src/main/resources/mapper/modules/DataMonitoringMapper.xml index 2745a2f..42c27bf 100644 --- a/src/main/resources/mapper/modules/DataMonitoringMapper.xml +++ b/src/main/resources/mapper/modules/DataMonitoringMapper.xml @@ -9,6 +9,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.isTest!=null and record.isTest!=''"> + and m.account_type= #{record.isTest} + </if> </if> </where> order by m.create_time desc -- Gitblit v1.9.1