lvhao před 3 měsíci
rodič
revize
549d2d04e6
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      core/CoreApp/controllers/Systemfout.php

+ 4 - 0
core/CoreApp/controllers/Systemfout.php

@@ -493,10 +493,14 @@ class Systemfout extends Start_Controller {
 			}
 			$fullorder_name = 'fullorder';$outtype = 1;
 			$y = $this->fullorder->get_waybill($order);
+			$this->logic_ding->sendToDing("排查五次数据的原有".$order);
+			$this->logic_ding->sendToDing("排查五次数据的订单".json_encode($y));
 			if(!$y)
 			{
 				$y = $this->fullorder->get_number($order);
 				$outtype = 2;
+				$this->logic_ding->sendToDing("排查五次数据的原有".$order);
+				$this->logic_ding->sendToDing("排查五次数据的订单".json_encode($y));
 				if(!$y)
 				{
 					$fullorder_name = 'fullordersmt';$outtype = 1;