This commit is contained in:
parent
efd53ffafa
commit
29f6ae824a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue