|
|
@@ -61,6 +61,10 @@ class CallBackNotify
|
|
|
$deliveryOrder->save();
|
|
|
$orderStatus = OrderStatusUtil::convertStatus($data['order_status']);
|
|
|
|
|
|
+ if($sendStatus == -1){
|
|
|
+ noticeUtil::push('蜂鸟跑腿产生订单取消回调');
|
|
|
+ }
|
|
|
+
|
|
|
if(isset($deliveryOrder->ghsOrderId)){ // 批发
|
|
|
util::checkRepeatCommit('ghs_pt_'.$deliveryOrder->ghsOrderId.'_'.$data['order_status'], 2); // 防止重复回调
|
|
|
|