|
@@ -109,8 +109,8 @@ class Aatest extends Start_Controller {
|
|
|
// 订单加入键值-k
|
|
|
$fdata = $this->fullorder->find_all(" source != 1 and state = 207 and express = 71 and librarytime >= 1744473600 and librarytime < 1746892800" ,"*",null,0,1);
|
|
|
echo "<pre>";
|
|
|
- var_dump($list[0]['number']);
|
|
|
- var_dump($list[0]['waybill']);
|
|
|
+ var_dump($fdata[0]['number']);
|
|
|
+ var_dump($fdata[0]['waybill']);
|
|
|
|
|
|
|
|
|
$fshop = $this->shop->find_all('1=1');
|