|
|
@@ -64,7 +64,7 @@ class MqController extends Controller
|
|
|
if (!empty($json)) {
|
|
|
$arr = json_decode($json, true);
|
|
|
$shopId = $arr['shopId'] ?? 0;
|
|
|
- if (!empty($orderId)) {
|
|
|
+ if (!empty($shopId)) {
|
|
|
$shop = ShopClass::getById($shopId, true);
|
|
|
if (!empty($shop)) {
|
|
|
WxMessageClass::bookChangeInform($shop, $arr);
|