@@ -280,6 +280,13 @@ class Aatest extends Start_Controller {
}
private function _tbuni(){
+ 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']);
+ }
+
+ die;
$dataorder = array();$datashop = array();$dataex = array();$datack = array();
// 订单加入键值-k
$fdata = $this->fullorder->find_all("express = 81 and librarytime >= 1761580800 and librarytime <= 1764172800 and state = 207");//,'source,id,orderinfo,waybill,shop,express,type,msg,bname,state,client,name,phone,zipcode,address,email,shopify'