* [perf story #73251] Revert code.

This commit is contained in:
wangyidong
2025-04-27 09:42:32 +08:00
committed by 刘刚
parent a468cb875a
commit 2026aa3c97
+1
View File
@@ -1337,6 +1337,7 @@ class taskModel extends model
->where('t1.id')->eq($taskID)
->beginIf($vision != 'all')->andWhere('t1.vision')->eq($this->config->vision)->fi()
->fetch();
if(!$task) return false;
/* Format data. */
$task->openedDate = !empty($task->openedDate) ? substr($task->openedDate, 0, 19) : null;