@@ -101,6 +101,7 @@ class Aatest extends Start_Controller {
];
$list = $this->db->from("fullordertt")
->where($where_arr)
+ ->where_not_in('state',[274,217])
->get()->result_array();
echo "<pre>";
print_r($list);