| | |
| | | <if test="record.endTime!=null"> |
| | | and #{record.endTime} >= m.create_time |
| | | </if> |
| | | <if test="record.account!=null and record.account!=''"> |
| | | <if test="record.account!=null"> |
| | | and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account}) |
| | | </if> |
| | | <if test="record.accountStatus!=null"> |
| | |
| | | </if> |
| | | </if> |
| | | </where> |
| | | order by create_time desc |
| | | order by m.create_time desc |
| | | </select> |
| | | |
| | | <select id="findMemberAccountInfoListInPage" resultType="com.xcong.excoin.modules.trademanage.vo.MemberAccountInfoVo"> |