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