* Finish task #5200.

This commit is contained in:
Yagami
2019-01-02 09:27:16 +08:00
parent 844c63cac5
commit cecc728d16
+1
View File
@@ -1666,6 +1666,7 @@ class taskModel extends model
->beginIF($type == 'assignedTo')->andWhere('t1.status')->ne('closed')->fi()
->beginIF($type == 'finishedBy')
->andWhere('t1.finishedby', 1)->eq($account)
->andWhere('t1.status')->eq('done')
->orWhere('t1.finishedList')->like("%,{$account},%")
->markRight(1)
->fi()