lvhao 3 mesiacov pred
rodič
commit
df1ebfb6c6
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;