1
This commit is contained in:
parent
33c954f893
commit
2f8f79d9b9
@ -196,7 +196,7 @@ class OtherController extends BaseAuthedController {
|
||||
if (!$taskMeta) {
|
||||
return true;
|
||||
}
|
||||
if (myself()->_getNowTime() > strtotime($taskMeta['income_start_time'])) {
|
||||
if (myself()->_getNowTime() <= strtotime($taskMeta['income_start_time'])) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user