@@ -57,7 +57,7 @@ class RenewController extends BaseController
$staffId = $staff->id ?? 0;
$cacheKey = 'no_remind_' . $date . '_' . $staffId;
$mainId = $this->mainId;
- $time = 28800;
+ $time = 86400;
if (getenv('YII_ENV') == 'production') {
if ($mainId == 7704) {
$time = 28800;