t.del_flag_ = 0
and t.temp_director_training_camp_id_ = #{param.tempDirectorTrainingCampId}
and (t.username_ like concat('%', #{param.search}, '%') or t.mobile_ like concat('%', #{param.search}, '%'))
and t.province_code_ = #{param.provinceCode}
and t.city_code_ = #{param.cityCode}
and t.region_code_ = #{param.regionCode}
and t.payment_status_ = #{param.paymentStatus}