* Modify the code logic.

This commit is contained in:
tianshujie
2022-02-23 17:02:03 +08:00
parent e1e2686493
commit 38ebc359e6
+1 -1
View File
@@ -352,7 +352,7 @@ class control extends baseControl
*/
public function checkRequireFlowField()
{
if($this->config->edition != 'biz') return false;
if($this->config->edition == 'open') return false;
if(empty($_POST)) return false;
$flow = $this->dao->select('*')->from(TABLE_WORKFLOW)->where('module')->eq($this->moduleName)->fetch();