Merge branch dev/bug-67453 of zentao/zentaopms (#12586)

This commit is contained in:
刘刚
2025-11-28 18:58:52 +08:00
committed by Gitfox
+1 -1
View File
@@ -11603,7 +11603,7 @@ class upgradeModel extends model
$this->dao->insert(TABLE_DELIVERABLE)->data($deliverable)->exec();
$deliverableID = $this->dao->lastInsertID();
$stageList = $this->loadModel('deliverable')->buildStageList($workflowGroupID);
$stageList = $this->config->edition != 'biz' ? $this->loadModel('deliverable')->buildStageList($workflowGroupID) : array();
foreach($stageList as $key => $stage)
{
$deliverableStage = new stdclass();