This commit is contained in:
tianshujie
2023-12-16 13:39:28 +08:00
parent d851f9dc25
commit 4336b27d25
7 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -1657,7 +1657,7 @@ class projectModel extends model
/* Check fields. */
foreach($members as $key => $member)
{
if(empty($member->accounts)) continue;
if(empty($member->account)) continue;
if(!empty($project->days) and (int)$member->days > $project->days)
{