if ((MATCHER.match(uri)) != PERSONS) 
{
sqlqb.appendWhere("_id=" + uri.getLastPathSegment());
}为什么无论MATCHER.match(uri)是什么值都能通过判断(PERSONS值为常量固定值)????