lvhao 2 mēneši atpakaļ
vecāks
revīzija
08a1cc843b
1 mainītis faili ar 10 papildinājumiem un 1 dzēšanām
  1. 10 1
      core/CoreApp/controllers/Aatest.php

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

@@ -86,7 +86,7 @@ class Aatest extends Start_Controller {
 		// 	'do_interval'=>1,
 		// 	'create_time'=>time()
 		// ]);
-		$this->_getorder();
+		//$this->_getorder();
 		// if($arg == 'fout')
         // {
         //      //$this->_fout();
@@ -105,7 +105,16 @@ class Aatest extends Start_Controller {
 		// 	//$this->_mdedit($arg_array);
 		// }
 		//$this->_print();
+		$this->_plcl();
     }
+
+	public function _plcl(){
+		$list = $this->fullorder->find_all('state = 207 and express = 76 and librarytime < 1749484816','state,express,number');
+		echo "<pre>";
+		print_r($list);
+		
+
+	}
 	public function _print(){
 		$this->_Template('aaadayin',$this->data);
 	}