购物车reload标识

This commit is contained in:
张松
2025-11-28 15:54:34 +08:00
parent d741f252f6
commit 604d51360d

View File

@@ -77,9 +77,6 @@ class Base extends Model
if ($by_shop_id) {
$shopGroup = self::get_shopping_save_uid(self::$shop_id, 'all');
Log::info('群发213123->>>>>');
// 如果有在线的 再发
if($onl = Gateway::getClientIdCountByGroup($shopGroup)){
Log::info('群发->>>>>'.json_encode($params));
// 发送广播并将 self::$client_id 排除在外
// 排除收银机重复的client_id
@@ -96,7 +93,6 @@ class Base extends Model
$broadcast_json = json_encode($broadcast_arr);
Gateway::sendToGroup($shopGroup, $broadcast_json, $new_client_id);
}
}
if(!$by_shop_id && !empty(self::$shop_id) && !empty($broadcast_arr['data']['table_code'])) {
if($operate_type == 'init') {