* [error] add condition.

This commit is contained in:
sunguangming
2024-09-06 09:21:48 +08:00
committed by 王怡栋
parent 8dfa9d940c
commit ab9c2cbbdc
+1 -1
View File
@@ -709,7 +709,7 @@ div
);
$actions = $this->loadModel('common')->buildOperateMenu($execution);
if($config->systemMode == 'PLM')
if($config->systemMode == 'PLM' && $config->edition == 'ipd')
{
$canStart = $this->execution->checkStageStatus($execution->id, 'start');
$canClose = $this->execution->checkStageStatus($execution->id, 'close');