|
@@ -915,6 +915,7 @@ class Systemfout extends Start_Controller {
|
|
'create_time'=>time(),
|
|
'create_time'=>time(),
|
|
'update_time'=>time(),
|
|
'update_time'=>time(),
|
|
];
|
|
];
|
|
|
|
+ $this->logic_ding->sendToDing("u9小单队列监听数据".json_encode($queue_u9_list,JSON_UNESCAPED_UNICODE));
|
|
//合并订单自动发货
|
|
//合并订单自动发货
|
|
$hb = $this->$fullorder_name->find_all("merge = '".$y['id']."' and id != '".$y['id']."'");
|
|
$hb = $this->$fullorder_name->find_all("merge = '".$y['id']."' and id != '".$y['id']."'");
|
|
$post['waybill'] = $y['waybill'];
|
|
$post['waybill'] = $y['waybill'];
|
|
@@ -966,7 +967,7 @@ class Systemfout extends Start_Controller {
|
|
// }
|
|
// }
|
|
//$this->ck->get_kc($post['state'],$vwarehouse,$vshop,$v['number'],$v['whlabel'],$v['fpdata']);
|
|
//$this->ck->get_kc($post['state'],$vwarehouse,$vshop,$v['number'],$v['whlabel'],$v['fpdata']);
|
|
}
|
|
}
|
|
- $this->logic_ding->sendToDing("u9小单队列监听数据".json_encode($queue_u9_list,JSON_UNESCAPED_UNICODE));
|
|
|
|
|
|
+
|
|
//将要执行的队列数据添加进去
|
|
//将要执行的队列数据添加进去
|
|
foreach($queue_u9_list as $item){
|
|
foreach($queue_u9_list as $item){
|
|
if($item['platform'] != 'fullorderxw'){
|
|
if($item['platform'] != 'fullorderxw'){
|