|
|
@@ -26,9 +26,9 @@ class QueueCbt extends Start_Controller {
|
|
|
// 当前店铺为tt-wk
|
|
|
private function _cbtCreateLabel(){
|
|
|
|
|
|
- if(date("H") != 20){
|
|
|
- exit("当前不是20点执行".date("H"));
|
|
|
- }
|
|
|
+ // if(date("H") != 20){
|
|
|
+ // exit("当前不是20点执行".date("H"));
|
|
|
+ // }
|
|
|
$where_arr = [
|
|
|
//"shop"=>35,//当前店铺为tt-wk
|
|
|
"express"=>83,//快递为tt-cbt
|
|
|
@@ -60,9 +60,9 @@ class QueueCbt extends Start_Controller {
|
|
|
continue;
|
|
|
}
|
|
|
if(isset($shop_list[$info['shop']])){
|
|
|
- $r = $this->express_tt->doCreateCBTLabel($info,$shop_list[$info['shop']]);
|
|
|
+ //$r = $this->express_tt->doCreateCBTLabel($info,$shop_list[$info['shop']]);
|
|
|
print_r($info['orderinfo']);
|
|
|
- print_r(" ");
|
|
|
+ print_r("|");
|
|
|
usleep(100);
|
|
|
}
|
|
|
|