* [refac bug #55065] Adjust program setMenu method.

This commit is contained in:
wangyidong
2024-09-10 16:19:51 +08:00
committed by 孙广明
parent a411701410
commit e837948174
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ class programZen extends program
if($this->config->edition != 'open')
{
$flow = $this->loadModel('workflow')->getByModule($moduleName);
if(!empty($flow) && $flow->buildin == '0') return helper::createLink('program', 'product', "programID=%s");
if(!empty($flow) && $flow->buildin == '0') return helper::createLink('program', 'product', "programID=$programID");
}
if($moduleName == 'project')
{