lvhao 3 일 전
부모
커밋
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);