完成
This commit is contained in:
@@ -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;
|
||||
// 新增
|
||||
|
||||
Reference in New Issue
Block a user