* [refac bug #56635] Get search field for flow by groupID.

This commit is contained in:
wangyidong
2024-11-04 08:26:08 +08:00
committed by 刘刚
parent 1145077957
commit 8b6ea987e0
+2 -1
View File
@@ -36,7 +36,8 @@ class searchTao extends searchModel
if(!$buildin) return $searchConfig;
$fields = $this->loadModel('workflowfield')->getList($flowModule, 'searchOrder, `order`, id');
$groupID = $this->loadModel('workflowgroup')->getGroupIDBySession();
$fields = $this->loadModel('workflowfield')->getList($flowModule, 'searchOrder, `order`, id', $groupID);
$maxCount = $this->config->maxCount;
$this->config->maxCount = 0;