Commit f691a895 authored by hangjun83's avatar hangjun83

百化接口

parent b2d79f34
......@@ -432,6 +432,10 @@ class ZhenKhService
}
}catch(\Throwable $exception){
if(!empty($noMatchGoods)){
//发送邮件
$this->sendMail('订单同步邮件', '订单号:'.implode(',',$orderNo).'未同步成功');
}
SimpleLogs::writeLog($exception->getMessage(),__CLASS__.':sendDeliveryOrder', 'error');
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment