$query = C::t('common_usergroup')->fetch_all_by_radminid(array(1, 2), '=', 'groupid');

数组array(1, 2) 被intval为1了,导致radminid=2的管理组不存在