AND ua.userId = #{agentInfo.userId} AND ui.loginName LIKE CONCAT("%", #{agentInfo.loginName}, "%") AND ua.parentId = #{agentInfo.parentId} AND ui.phone LIKE CONCAT("%", #{agentInfo.phone}, "%") AND ua.userName LIKE #{agentInfo.userName} AND ui.createTime > #{agentInfo.createTimeStart} AND ui.createTime <= #{agentInfo.createTimeEnd} AND ui.updateTime > #{agentInfo.updateTimeStart} AND ui.updateTime <= #{agentInfo.updateTimeEnd} AND mr.rate = #{agentInfo.rate}