This commit is contained in:
liugang
2022-10-10 10:34:46 +08:00
parent 0e12fd8930
commit c2289a381c
+1 -1
View File
@@ -66,7 +66,7 @@ class testcase extends control
}
else
{
$products = $this->product->getPairs();
$products = $this->product->getPairs('', 0, '', 'all');
}
$this->view->products = $this->products = $products;
}