lvhao hai 3 días
pai
achega
2644710991
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);