lvhao vor 3 Monaten
Ursprung
Commit
df1ebfb6c6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      core/CoreApp/controllers/Aatest.php

+ 1 - 1
core/CoreApp/controllers/Aatest.php

@@ -103,7 +103,7 @@ class Aatest extends Start_Controller {
 		//$this->_print();
     }
 	public function linshi(){
-		$list = $this->fullorder->find_all(" source != 1  and  state  = 207  and  express  = 71  and  librarytime >=  1744473600   and  librarytime < 1746892800" );
+		$list = $this->fullorder->find_all(" source != 1  and  state  = 207  and  express  = 71  and  librarytime >=  1744473600   and  librarytime < 1746892800" ,"*",null,0,1);
 		echo "<pre>";
 		var_dump(count($list));
 		die;