* [bug#50377,done,0.2h] modify limit task team member judgment.

This commit is contained in:
tianshujie
2024-05-30 16:54:07 +08:00
committed by caoyanyi
parent c603f2f229
commit 92fe52bc9c
+1 -1
View File
@@ -9,7 +9,7 @@ declare(strict_types=1);
* @link https://www.zentao.net
*/
namespace zin;
if(!isset($task->members[$app->user->account]))
if(empty($task->members) && !isset($task->members[$app->user->account]))
{
div
(