* Finish task #53549.

This commit is contained in:
wangyuting2
2022-05-09 17:00:41 +08:00
parent 103f3a21c6
commit a607161591
5 changed files with 15 additions and 22 deletions
-15
View File
@@ -249,21 +249,6 @@ class model extends baseModel
return $this->loadModel('workflowfield')->getExportFields($this->app->getModuleName());
}
/**
* Check flow rule.
*
* @param object $field
* @param string $value
* @access public
* @return bool|string
*/
public function checkFlowRule($field, $value)
{
if(!isset($this->config->bizVersion)) return false;
return $this->loadModel('flow')->checkRule($field, $value);
}
/**
* Execute Hooks
*