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