This commit is contained in:
aozhiwei 2024-04-21 17:10:59 +08:00
parent 33c954f893
commit 2f8f79d9b9

View File

@ -196,7 +196,7 @@ class OtherController extends BaseAuthedController {
if (!$taskMeta) { if (!$taskMeta) {
return true; return true;
} }
if (myself()->_getNowTime() > strtotime($taskMeta['income_start_time'])) { if (myself()->_getNowTime() <= strtotime($taskMeta['income_start_time'])) {
return true; return true;
} }
} }