This commit is contained in:
DESKTOP-GMUNQ1B\Administrator 2024-12-16 16:32:12 +08:00
commit a63d90834e

View File

@ -139,9 +139,9 @@ class StoreProductLists extends BaseAdminDataLists implements ListsSearchInterfa
} }
return $item; return $item;
})?->toArray(); })?->toArray();
if ($userShip > 0 && $userShip != 4) { // if ($userShip > 0 && $userShip != 4) {
$list = StoreProductGroupPrice::resetProductsPrice($list, $userShip); // $list = StoreProductGroupPrice::resetProductsPrice($list, $userShip);
} // }
return $list; return $list;
} }