* Modify version judgment logic.

This commit is contained in:
tianshujie
2022-02-24 16:17:26 +08:00
parent 30c5d7a991
commit b7c3e92e95
24 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class datatableModel extends model
$this->config->$module->datatable->fieldList[$field]['title'] = $title;
}
if(isset($this->config->bizVersion))
if($this->config->edition != 'open')
{
$fields = $this->loadModel('workflowfield')->getList($module);
foreach($fields as $field)