Merge branch 'master_xieqiyu_30583' into 'master'

* Fix bug#30583.

See merge request easycorp/zentaopms!6579
This commit is contained in:
孙广明
2022-12-16 06:34:17 +00:00
+1 -1
View File
@@ -6507,7 +6507,7 @@ class storyModel extends model
$fieldName = $changeInfo['field'];
$fieldValue = $changeInfo['new'];
if(strpos('product,branch,module,plan,spec,verify,files,reviewers', $fieldName) !== false) continue;
if(strpos('product,branch,module,plan,stage,stagedBy,spec,verify,files,reviewers', $fieldName) !== false) continue;
$syncFieldList[$fieldName] = $fieldValue;
}