This commit is contained in:
ASUS 2025-10-22 15:23:00 +08:00
parent efd53ffafa
commit 29f6ae824a
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Events
if(empty($message['data'])) {
$res = Redis::del($redis_str);
}else {
$res = Redis::set($redis_str, $message['data']);
$res = Redis::set($redis_str, json_encode($message['data']));
// 将桌号存入redis 以便及时删除
$time_discount_info = Redis::get('time_discount:info');
if($time_discount_info) {