From 9f14a435039c4159cdc015bb567adc6a3f84306f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 22 Dec 2021 15:35:29 +0800
Subject: [PATCH] 20211216

---
 src/main/resources/mapper/modules/VideoMemberMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/VideoMemberMapper.xml b/src/main/resources/mapper/modules/VideoMemberMapper.xml
index c1656a7..f6136e3 100644
--- a/src/main/resources/mapper/modules/VideoMemberMapper.xml
+++ b/src/main/resources/mapper/modules/VideoMemberMapper.xml
@@ -69,6 +69,12 @@
                     and (b.account like concat('%',  #{record.account},'%')
                     or b.name like concat('%', #{record.account}, '%'))
                 </if>
+                <if test="record.payType!=null">
+                    and a.pay_type = #{record.payType}
+                </if>
+                <if test="record.status!=null">
+                    and a.status = #{record.status}
+                </if>
             </if>
         </where>
         order by a.CREATED_TIME desc

--
Gitblit v1.9.1