Merge branch 'release/21.7.5' into feature/workflowgroup
This commit is contained in:
@@ -235,6 +235,7 @@ class programplanModel extends model
|
||||
$workingDays = $this->loadModel('holiday')->getActualWorkingDays($begin, $end);
|
||||
foreach($tasksGroup as $group => $tasks)
|
||||
{
|
||||
if(!$group) $group = '/'; // 未指派
|
||||
$groupID ++;
|
||||
$groupKey = $groupID . $group;
|
||||
$datas['data'][$groupKey] = $this->programplanTao->buildGroupDataForGantt($groupID, $group, $users);
|
||||
|
||||
Reference in New Issue
Block a user