xiaoyong931011
2020-07-24 01d332096c9d0c26313e882109582cf02f5bff06
src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml
@@ -23,6 +23,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 s.create_time DESC