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