* Fix bug.

This commit is contained in:
tanghucheng
2022-03-11 14:03:30 +08:00
parent 5084aea498
commit 477e89a09e
5 changed files with 27 additions and 232 deletions
+1
View File
@@ -1980,6 +1980,7 @@ class taskModel extends model
->leftJoin(TABLE_USER)->alias('t3')
->on('t1.assignedTo = t3.account')
->where('t1.id')->eq((int)$taskID)
->andWhere('t1.vision')->eq($this->config->vision)
->fetch();
if(!$task) return false;