Merge branch release/22.0.beta of zentao/zentaopms (#13207)

This commit is contained in:
刘刚
2026-01-08 11:39:44 +08:00
committed by Gitfox
+2
View File
@@ -320,6 +320,8 @@ class docTao extends docModel
$deletedDocs = array();
foreach($docs as $docID => $doc)
{
$doc->path = ',' . trim($doc->path, ',') . ',';
if($doc->deleted == '0') continue;
unset($docs[$docID]);