* Merge: 18.4 version's framework and lib directory.

This commit is contained in:
hufangzhou
2023-11-14 16:58:03 +08:00
parent ff3ef94e32
commit a60622d4e4
9 changed files with 149 additions and 9 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class control extends baseControl
*/
public function setDefaultPrivByWorkflow()
{
$actionList = $this->dao->select('module, action')->from(TABLE_WORKFLOWACTION)
$actionList = $this->dao->select('module, `action`')->from(TABLE_WORKFLOWACTION)
->where('createdBy')->eq($this->app->user->account)
->andWhere('buildin')->eq('0')
->fetchGroup('module');