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