|
@@ -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;
|