* Merge code.

This commit is contained in:
sunguangming
2022-09-21 11:00:20 +08:00
parent 506390963b
commit 262bc3c572
4 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -2949,7 +2949,7 @@ class bugModel extends model
}
else
{
$productParis = $this->loadModel('product')->getPairs();
$productParis = $this->loadModel('product')->getPairs('', 0, '', true);
$productIDList = array_keys($productParis);
if(!empty($productIDList))