瀏覽代碼

提交数据

lvhao 3 月之前
父節點
當前提交
996f78226e
共有 1 個文件被更改,包括 8 次插入2 次删除
  1. 8 2
      core/CoreApp/controllers/Aatest.php

+ 8 - 2
core/CoreApp/controllers/Aatest.php

@@ -96,12 +96,18 @@ class Aatest extends Start_Controller {
 		//    // $this->_th($arg_array);
 		// }else{
 			
-			$this->_logistic();
+			//$this->_logistic();
+			$this->linshi();
 		// 	//$this->_mdedit($arg_array);
 		// }
 		//$this->_print();
     }
-
+	public function linshi(){
+		$list = $this->fullorder->find_all(" source != 1  and  state  = 207  and  express  = 71  and  librarytime >=  1744473600   and  librarytime < 1746892800" );
+		echo "<pre>";
+		var_dump(count($list));
+		die;
+	}
 	public function _print(){
 		$this->_Template('aaadayin',$this->data);
 	}