ソースを参照

增加监听出库的订单未添加到u9小单的执行队列

lvhao 4 ヶ月 前
コミット
542255705a
1 ファイル変更2 行追加1 行削除
  1. 2 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -698,7 +698,7 @@ class Systemfout extends Start_Controller {
 			{
 				//echo json_encode(array('yd'=>1,'id'=>$y['id'],'express'=>$y['express'],'name'=>$fullorder_name,'success'=>true));exit;
 			}
-			
+			$this->logic_ding->sendToDing("u9小单队列监听数据第一位".$y['number']."称重".$numweight."快递公司".$y['express']);
 			$this->db->trans_begin();
 			$warehouse = $this->warehouse->read($y['type']);
 			$bdck = $warehouse['bdck'];
@@ -902,6 +902,7 @@ class Systemfout extends Start_Controller {
 				$p = json_encode($post);
 				echo json_encode(array('msg'=>'该单共打印过'.$y['printnumber'].'次,请注意核对当前发货单是否是最新发货单!','outnumber'=>$y['id'],'post'=>$p,'fullorder_name'=>$fullorder_name,'success'=>false));exit;
 			}
+			$this->logic_ding->sendToDing("u9小单队列监听数据第二位".$y['number']);
 			$this->$fullorder_name->save($post,$y['id']);
 			//开始录入执行u9队列的数据