This commit is contained in:
sunguangming
2024-01-22 16:35:05 +08:00
parent 079954e670
commit b605da7e37
+1 -1
View File
@@ -856,9 +856,9 @@ class executionZen extends execution
return false;
}
$_POST['products'] = array_filter($_POST['products']);
if(!empty($_POST['products']))
{
$_POST['products'] = array_filter($_POST['products']);
$this->app->loadLang('project');
$multipleProducts = $this->loadModel('product')->getMultiBranchPairs();
foreach($_POST['products'] as $index => $productID)