* [misc] fix bug.

This commit is contained in:
sunguangming
2025-09-17 06:27:09 +00:00
parent 5b7396b453
commit ed9cd13087
+1
View File
@@ -11770,6 +11770,7 @@ class upgradeModel extends model
$newProjectDeliverable = new stdclass();
$newProjectDeliverable->deliverable = $deliverableID;
$newProjectDeliverable->project = $project->id;
$newProjectDeliverable->status = 'draft';
/* 将原来的附件类型的交付物变成附件类型的文档并关联到交付物。 */
if(!empty($config['file']) && !empty($fileList[$config['file']]))