Jelajahi Sumber

提交数据

lvhao 4 bulan lalu
induk
melakukan
4bb92cbb15
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      core/CoreApp/controllers/Systemfout.php

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

@@ -915,6 +915,7 @@ class Systemfout extends Start_Controller {
 				'create_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']."'");
 			$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->logic_ding->sendToDing("u9小单队列监听数据".json_encode($queue_u9_list,JSON_UNESCAPED_UNICODE));
+			
 			//将要执行的队列数据添加进去
 			foreach($queue_u9_list as $item){
 				if($item['platform'] != 'fullorderxw'){