限时折扣相关

This commit is contained in:
2025-12-22 14:25:30 +08:00
parent d908afda98
commit 4465a0a48a

View File

@@ -380,7 +380,9 @@ class Shopping extends Base
]; ];
print_r('准备发送购物车初始化...' . json_encode($snd_data)); print_r('准备发送购物车初始化...' . json_encode($snd_data));
print_r("\r\n"); print_r("\r\n");
self::gateway_query('sendToClient', [$client_id, json_encode($snd_data)]); // 给转入桌单发初始化
$new_clientid_group = self::get_shopping_save_uid(self::$shop_id, $message['new_table_code']);
Gateway::sendToGroup($new_clientid_group, json_encode($snd_data), $client_id);
}catch (\ba\Exception $e) { }catch (\ba\Exception $e) {
Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage()); Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage());
} }