sprint_204_57094

This commit is contained in:
sunjun
2022-06-15 03:07:20 +00:00
parent b4c2ecbb2f
commit 1ff7d29c99
+1 -1
View File
@@ -191,7 +191,7 @@
{
if($name != $end)
{
echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ ';
}
else
{