This commit is contained in:
tianshujie
2022-03-03 17:05:35 +08:00
parent 3246d38e73
commit 75ba14eb95
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ class control extends baseControl
if($action->extensionType == 'none' and $action->buildin == 1) return false;
$flow = $this->dao->select('*')->from(TABLE_WORKFLOW)->where('module')->eq($this->moduleName)->fetch();
$fields = $this->workflowaction->getFields($this->moduleName, $this->methodName);
$fields = $this->loadModel('workflowaction')->getFields($this->moduleName, $this->methodName);
$layouts = $this->loadModel('workflowlayout')->getFields($this->moduleName, $this->methodName);
$rules = $this->dao->select('*')->from(TABLE_WORKFLOWRULE)->orderBy('id_desc')->fetchAll('id');