* Code for task#67691.

This commit is contained in:
xieqiyu
2022-09-08 11:14:53 +08:00
parent 97b4bb9487
commit 5c3ff64ce7
12 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -789,7 +789,7 @@ class bugModel extends model
if(($this->config->edition == 'biz' || $this->config->edition == 'max') && $oldBug->feedback) $this->loadModel('feedback')->updateStatus('bug', $oldBug->feedback, $bug->status, $oldBug->status);
$this->file->addFile4Object('bug', $oldBug, $bug);
$this->file->processFile4Object('bug', $oldBug, $bug);
return common::createChanges($oldBug, $bug);
}
}