|
@@ -96,12 +96,18 @@ class Aatest extends Start_Controller {
|
|
// // $this->_th($arg_array);
|
|
// // $this->_th($arg_array);
|
|
// }else{
|
|
// }else{
|
|
|
|
|
|
- $this->_logistic();
|
|
|
|
|
|
+ //$this->_logistic();
|
|
|
|
+ $this->linshi();
|
|
// //$this->_mdedit($arg_array);
|
|
// //$this->_mdedit($arg_array);
|
|
// }
|
|
// }
|
|
//$this->_print();
|
|
//$this->_print();
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ public function linshi(){
|
|
|
|
+ $list = $this->fullorder->find_all(" source != 1 and state = 207 and express = 71 and librarytime >= 1744473600 and librarytime < 1746892800" );
|
|
|
|
+ echo "<pre>";
|
|
|
|
+ var_dump(count($list));
|
|
|
|
+ die;
|
|
|
|
+ }
|
|
public function _print(){
|
|
public function _print(){
|
|
$this->_Template('aaadayin',$this->data);
|
|
$this->_Template('aaadayin',$this->data);
|
|
}
|
|
}
|