| | |
| | | order by s.create_time desc
|
| | | </select>
|
| | |
|
| | | <select id="findmemberWithdrawCoinListInPage" resultType="com.xcong.excoin.modules.member.vo.MemberCoinWithdrawVo">
|
| | | <select id="findMemberWithdrawCoinAloneInPage" resultType="com.xcong.excoin.modules.member.vo.MemberCoinWithdrawVo">
|
| | | SELECT
|
| | | *
|
| | | FROM
|
| | |
| | | <if test="record.isInside!=null and record.isInside!=''">
|
| | | and s.is_inside= #{record.isInside}
|
| | | </if>
|
| | | <if test="record.isTest!=null and record.isTest!=''">
|
| | | and m.account_type= #{record.isTest}
|
| | | </if>
|
| | | <if test="record.status!=null and record.status!=''">
|
| | | and s.status= #{record.status}
|
| | | </if>
|