lvhao 1 день назад
Родитель
Сommit
2580ee9d20
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/CoreApp/controllers/Systemfout.php

+ 1 - 1
core/CoreApp/controllers/Systemfout.php

@@ -1037,7 +1037,7 @@ class Systemfout extends Start_Controller {
 			if(!empty($outerrors_info)){
 				$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']."'");
 			$post['waybill'] = $y['waybill'];