xiaoyong931011
2020-07-24 36a4888da3107218dbe3da629a5ffcc81e7a9d90
src/main/resources/mapper/modules/MemberMapper.xml
@@ -124,6 +124,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>
      </where>
      order by m.create_time desc
   </select>