* Fix the code review problem.

This commit is contained in:
tianshujie
2023-03-27 14:16:50 +08:00
parent 4712c71163
commit a0fef19d18
3 changed files with 30 additions and 30 deletions
-1
View File
@@ -2715,7 +2715,6 @@ class docModel extends model
*/
public function getDocsBySearch($type, $objectID, $libID, $queryID, $orderBy = 'id_desc', $pager = null)
{
$lib = $this->getLibById($libID);
$queryName = $type . 'libDocQuery';
$queryForm = $type . 'libDocForm';
if($queryID)