Helius
2020-11-13 e3bf96ad189e12d7c2201734e9121063e7f39a37
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) and s.label is null
          s.member_id not in (26,187,454)
         <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})