| | |
| | | <select id="selectMemberListInPage" resultType="com.xcong.excoin.modules.agent.entity.MemberEntity"> |
| | | select * from member |
| | | <where> |
| | | <if test="record != null" > |
| | | <if test="record != null"> |
| | | <if test="record.inviteId !=null and record.inviteId!=''"> |
| | | and find_in_set(#{record.inviteId}, referer_ids) |
| | | </if> |
| | | <if test="record.startTime!=null"> |
| | | and create_time >=#{record.startTime} |
| | | </if> |
| | |
| | | <if test="record.accountStatus!=null"> |
| | | and account_status = #{record.accountStatus} |
| | | </if> |
| | | <if test="record.accountType != null" > |
| | | <if test="record.accountType != null"> |
| | | and account_type = #{record.accountType} |
| | | </if> |
| | | <if test="record.certifyStatus != null"> |