Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
a63d90834e
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user