|
@@ -1037,7 +1037,7 @@ class Systemfout extends Start_Controller {
|
|
|
if(!empty($outerrors_info)){
|
|
if(!empty($outerrors_info)){
|
|
|
$this->outerrors->save(array('order_status'=>1,'library_time'=>$time),$outerrors_info['id']);
|
|
$this->outerrors->save(array('order_status'=>1,'library_time'=>$time),$outerrors_info['id']);
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ $this->logic_ding->sendJobs('order_out',['number'=>$y['number']],0,'');
|
|
|
//合并订单自动发货
|
|
//合并订单自动发货
|
|
|
$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'];
|