xiaoyong931011
2020-07-24 10f9f3e161e1d22ab4c065c2afebbb7f6e97778c
src/main/resources/mapper/modules/MemberAccountMoneyChangeMapper.xml
@@ -7,6 +7,8 @@
         m.phone,
         m.email,
         m.invite_id inviteId,
         m.account_type accountType,
         s.member_id memberId,
         s.symbol,
         s.amount,
         s.content,
@@ -23,6 +25,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