* [error] fix code error.

This commit is contained in:
sunguangming
2025-03-21 15:42:23 +08:00
committed by 田淑杰
parent 6df007c144
commit 8879043c46
+1 -1
View File
@@ -2086,7 +2086,7 @@ class blockZen extends block
}
$this->view->reviews = $reviews;
if($this->config->edition == 'max' or $this->config->edition == 'ipd')
if($this->config->edition != 'open')
{
$this->app->loadLang('approval');
$this->view->flows = $this->dao->select('module,name')->from(TABLE_WORKFLOW)->where('buildin')->eq(0)->fetchPairs('module', 'name');