| | |
| | | m.phone,
|
| | | m.email,
|
| | | m.invite_id inviteId,
|
| | | m.account_type accountType,
|
| | | a.available_balance walletCoinAvailableBalance,
|
| | | a.total_balance walletCoinTotalBalance,
|
| | | a.frozen_balance walletCoinFrozenBalance,
|
| | |
| | | <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>
|
| | | </where>
|
| | | order by m.create_time desc
|
| | | </select>
|