|
|
@@ -500,7 +500,7 @@ class NoticeController extends PublicController
|
|
|
$has = Yii::$app->redis->executeCommand('GET', [$cacheKey]);
|
|
|
if (empty($has)) {
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 300, 'has']);
|
|
|
- $newOrder = OrderClass::getByCondition(['orderSn' => $orderSn], true);
|
|
|
+ $newOrder = \bizHd\order\classes\OrderClass::getByCondition(['orderSn' => $orderSn], true);
|
|
|
if ($newOrder->onlinePay == 2) {
|
|
|
//语音播报
|
|
|
ShopExtClass::hdGatheringReport($newOrder);
|