Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2019-07-24 13:44:40 +08:00
12 changed files with 66 additions and 64 deletions
+2
View File
@@ -205,6 +205,8 @@ class control extends baseControl
*/
public function executeHooks($methodName, $objectID)
{
if(!isset($this->config->bizVersion)) return false;
$flowFile = $this->app->getModuleRoot() . 'workflow/model.php';
$actionFile = $this->app->getModuleRoot() . 'workflowaction/model.php';
$hookFile = $this->app->getModuleRoot() . 'workflowhook/model.php';