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