This commit is contained in:
2025-10-22 16:36:29 +08:00
parent 03a364aef3
commit f4e5ccc8e2
2 changed files with 7 additions and 5 deletions

View File

@@ -369,7 +369,7 @@ class Base extends Model
Redis::del($v);
}
}
Redis::set('time_discount:info', implode(',',$table_arr) . ',');
Redis::set('time_discount:info', implode(',', $table_arr));
}
if(empty($table_arr)){
print_r(json_encode($table_arr) . '过期' ."\r\n");