$sql = M('post') $map['id'] = array('eq',100); $sql->where($map)->where('user_id = user.user_id')->$sql; //where可重复使用