This commit is contained in:
yangduo 2025-02-10 16:10:17 +08:00
parent 44998b7575
commit 92b38404e2

View File

@ -471,7 +471,7 @@ class AddReward {
$status = 1;
}
} else {
if ($row['active_time'] > 0 && $row['active_time'] < time() + $time * 3600) {
if ($row['active_time'] < time() + $time * 3600) {
$nowTime = time() + $time * 3600;
}
}