lvhao 2 달 전
부모
커밋
08a1cc843b
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  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);
 	}