|
@@ -151,7 +151,7 @@ class QueueCbt extends Start_Controller {
|
|
|
"printnumber"=>0,//打印次数
|
|
"printnumber"=>0,//打印次数
|
|
|
'library'=>1,//未出库
|
|
'library'=>1,//未出库
|
|
|
//'libraryconfirm'=>2,//允许出库
|
|
//'libraryconfirm'=>2,//允许出库
|
|
|
- "review >"=>4,//审核通过或自动审核
|
|
|
|
|
|
|
+ // "review >"=>4,//审核通过或自动审核
|
|
|
"ttsp_status"=>0,//未同步 快递承运商
|
|
"ttsp_status"=>0,//未同步 快递承运商
|
|
|
];
|
|
];
|
|
|
//$shop_info = $this->shop->read(35);
|
|
//$shop_info = $this->shop->read(35);
|
|
@@ -182,7 +182,6 @@ class QueueCbt extends Start_Controller {
|
|
|
$r = $this->express_tt->getExpressInfo($info,$shop_list[$info['shop']]);
|
|
$r = $this->express_tt->getExpressInfo($info,$shop_list[$info['shop']]);
|
|
|
print_r($info['orderinfo']);
|
|
print_r($info['orderinfo']);
|
|
|
print_r("|");
|
|
print_r("|");
|
|
|
- exit("执行异常");
|
|
|
|
|
usleep(10);
|
|
usleep(10);
|
|
|
}
|
|
}
|
|
|
|
|
|