* Modify the issue of feature review.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user