限时折扣相关
This commit is contained in:
@@ -380,7 +380,9 @@ class Shopping extends Base
|
||||
];
|
||||
print_r('准备发送购物车初始化...' . json_encode($snd_data));
|
||||
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) {
|
||||
Log::info('修改购物车时转桌[error]->>>>>' . $e->getMessage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user