* Change the select control.

This commit is contained in:
tianshujie
2023-07-12 17:17:59 +08:00
parent b08259d828
commit faecf10996
5 changed files with 31 additions and 42 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ if(isset($project->hasProduct) && !empty($project->hasProduct) && $products)
if(empty($productID) || (!empty($productID) || $productID != $product->id))
{
$plans = isset($productPlans[$product->id]) ? $productPlans[$product->id] : array();
$planID = isset($product->plans) ? $product->plans : '';
$planID = isset($product->plans) ? implode(',', $product->plans) : '';
}
else
{