Merge branch 'sprint/176_xieqiyu_45536' into 'master'

Sprint/176 xieqiyu 45536

See merge request easycorp/zentaopms!884
This commit is contained in:
朱金勇
2021-12-10 06:15:15 +00:00
22 changed files with 148 additions and 28 deletions

View File

@@ -2026,7 +2026,7 @@ class execution extends control
public function executionKanban()
{
$this->loadModel('project');
$projects = $this->project->getPairsByProgram(0, 'noclosed');
$projects = $this->project->getPairsByProgram('', 'noclosed');
$executions = $this->project->getStats(0, 'all', 0, 0, 30, 'id_desc');
$teams = $this->dao->select('root,account')->from(TABLE_TEAM)