Merge branch 'lyk_25879' into 'master'

* Fix bug 25879.

See merge request easycorp/zentaopms!4792
This commit is contained in:
王怡栋
2022-08-05 02:25:35 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1966,7 +1966,7 @@ EOD;
}
}
$changes = array();
$changes = array();
foreach($new as $key => $value)
{
if(is_object($value) or is_array($value)) continue;