$where['_logic'] = 'or'; $map['_complex'] = $where; $new_where['_logic'] = 'and'; $map['_complex'] = array_merge($map['_complex'], $new_where); //這樣又會覆蓋 _logic