This commit is contained in:
ASUS 2025-10-22 15:41:01 +08:00
parent d3964d700b
commit 489b915ac0
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ class Base extends Model
if(!Gateway::getClientCountByGroup(str_replace(':time_discount', '', $table_arr))) {
print_r($table_arr . '过期');
Redis::del($table_arr);
Redis::del('time_discount:info');
}
}
}