* add new version and upgrade.

This commit is contained in:
z
2020-06-01 14:58:04 +08:00
parent af6a2f26bc
commit 2539193d30
13 changed files with 1094 additions and 4 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ class control extends baseControl
$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)->where('deleted')->eq(0)->orderBy('id_desc')->fetchAll('id');
$rules = $this->dao->select('*')->from(TABLE_WORKFLOWRULE)->orderBy('id_desc')->fetchAll('id');
$requiredFields = '';
$mustPostFields = '';