Merge branch '15.0.beta3' of https://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
hufangzhou
2021-06-01 13:06:42 +08:00
+1 -1
View File
@@ -149,7 +149,7 @@ class repoModel extends model
if(isset($productIdList[$productID])) $hasPriv = true;
}
if(!$haspriv) unset($repos[$i]);
if(!$hasPriv) unset($repos[$i]);
}
}
}