|
|
@@ -29,12 +29,11 @@ class HdDeliveryOrderClass extends BaseClass
|
|
|
$orderId = $order->id;
|
|
|
$shopId = $order->shopId;
|
|
|
try {
|
|
|
- noticeUtil::push('零售,付款成功之后要发跑腿的订单:' . $orderId, '15280215347');
|
|
|
$cacheKey = 'hd_pt_cacheData:' . $orderId;
|
|
|
$cachedData = Yii::$app->redis->get($cacheKey);
|
|
|
if (!empty($cachedData)) {
|
|
|
+ noticeUtil::push('零售,付款成功之后要发跑腿的订单:' . $orderId, '15280215347');
|
|
|
$cachedData = json_decode($cachedData, true);
|
|
|
-
|
|
|
$data = [
|
|
|
'orderId' => $orderId,
|
|
|
'shopId' => $order->shopId,
|