|
@@ -282,6 +282,7 @@ class Aatest extends Start_Controller {
|
|
|
private function _tbuni(){
|
|
private function _tbuni(){
|
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
|
$fdata = $this->fullorder->find_all("express = 81 and librarytime >= 1761580800 and librarytime <= 1764172800 and state = 207 and shop < 10");
|
|
$fdata = $this->fullorder->find_all("express = 81 and librarytime >= 1761580800 and librarytime <= 1764172800 and state = 207 and shop < 10");
|
|
|
|
|
+ print_r(count($fdata));
|
|
|
foreach($fdata as $k => $v){
|
|
foreach($fdata as $k => $v){
|
|
|
var_dump($v['number']);
|
|
var_dump($v['number']);
|
|
|
}
|
|
}
|