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