* Modify the issue of feature review.

This commit is contained in:
tianshujie
2022-02-23 16:56:22 +08:00
parent b017832ab4
commit e1e2686493
10 changed files with 32 additions and 65 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ class control extends baseControl
*/
public function checkRequireFlowField()
{
if(!isset($this->config->bizVersion)) return false;
if($this->config->edition != 'biz') return false;
if(empty($_POST)) return false;
$flow = $this->dao->select('*')->from(TABLE_WORKFLOW)->where('module')->eq($this->moduleName)->fetch();