Helius
2020-11-05 2b975169fe185b78943ae7029bb01c965c53867b
modify
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -10,7 +10,7 @@
            member_coin_withdraw s
            left join member m on m.id = s.member_id
         <where>
             s.member_id not in (26,187,454)
             s.member_id not in (26,187,454) and s.label is null
            <if test="record != null" >
                <if test="record.account!=null and record.account!=''">
                     and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})