* Change the logic of the output program html.

This commit is contained in:
tianshujie
2023-07-04 15:13:03 +08:00
parent 299fbefbd6
commit d132c3ca9b
+1 -1
View File
@@ -332,7 +332,7 @@ div
);
$programDom = null;
if($execution->projectInfo->grade > 1)
if($config->systemMode == 'ALM' && $execution->projectInfo->grade > 1)
{
foreach($programList as $programID => $name)
{