Przeglądaj źródła

修改出库打印的信息

lvhao 1 dzień temu
rodzic
commit
2580ee9d20
1 zmienionych plików z 1 dodań i 1 usunięć
  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'];