Merge pull request 'fix: 调整运费模板应用逻辑' (#379) from dev into main

Reviewed-on: #379
This commit is contained in:
mkm 2024-12-10 15:17:21 +08:00
commit 412f037af0

View File

@ -82,7 +82,7 @@ class CartList extends BaseAdminDataLists implements ListsSearchInterface, Lists
$item['price'] = $find['cost'];
} else {
$item['price'] = $find['price'];
if ($find['top_cate_id'] == 15189 && in_array($user_ship,[4,5])) {
if ($user_ship==4) {
$item['price'] = $find['cost'];
}
}