* [bug#65260,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-09-09 03:42:12 +00:00
parent bd848b7f29
commit be101daee2
+1 -1
View File
@@ -560,7 +560,7 @@ class baseEntry
}
else
{
$vs = implode(',', $object->$key);
$vs = explode(',', $object->$key);
foreach($vs as $v)
{
if($v === '') continue;