| | |
| | | <if test="record.endTime!=null"> |
| | | and #{record.endTime} >= m.create_time |
| | | </if> |
| | | <if test="record.account!=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}) |
| | | </if> |
| | | <if test="record.accountStatus!=null"> |
| | |
| | | <if test="record.accountType != null" > |
| | | and m.account_type = #{record.accountType} |
| | | </if> |
| | | <if test="record.certifyStatus != null"> |
| | | <if test="record.certifyStatus != null and record.certifyStatus!=''">
|
| | | and m.certify_status = #{record.certifyStatus} |
| | | </if> |
| | | </if> |