lvhao преди 4 дни
родител
ревизия
2644710991
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      core/CoreApp/controllers/Aatest.php

+ 1 - 0
core/CoreApp/controllers/Aatest.php

@@ -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);