|
|
@@ -1945,7 +1945,12 @@ class OrderClass extends BaseClass
|
|
|
if (isset($orderInfo->mainId) && $orderInfo->mainId == 10536) {
|
|
|
$showPrice = 0;
|
|
|
}
|
|
|
-
|
|
|
+ //衡阳昕得鲜花批发,线上下单,不显示价格
|
|
|
+ if (isset($orderInfo->mainId) && $orderInfo->mainId == 85744) {
|
|
|
+ if (!empty($orderInfo->customShopAdminId)) {
|
|
|
+ $showPrice = 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
//北京花篮子,线上下单,不显示价格
|
|
|
if (isset($orderInfo->mainId) && $orderInfo->mainId == 10735) {
|
|
|
if (!empty($orderInfo->customShopAdminId)) {
|