This commit is contained in:
2025-10-16 19:04:48 +08:00
parent b470bf90db
commit 3fb7712f29
6 changed files with 127 additions and 80 deletions

View File

@@ -85,7 +85,7 @@ class Cashier extends Base
self::add_log_file('----离线后推送收银机订单打印无回执--' .date('Y-m-d H:i:s'). '--->' . $arr_json, 'cashier');
$arr_n[] = $arr;
}
Redis::set($uid, json_encode($arr_n), self::REDIS_TIME);
Redis::setex($uid,self::REDIS_TIME, json_encode($arr_n));
}
break;
// 新增