shish 1 day ago
parent
commit
ca7d59de6b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      biz-ghs/order/classes/OrderClass.php

+ 6 - 1
biz-ghs/order/classes/OrderClass.php

@@ -1967,7 +1967,12 @@ class OrderClass extends BaseClass
                     $showPrice = 0;
                 }
             }
-
+            //梅州紫荆鲜花,线上下单,不显示价格
+            if (isset($orderInfo->mainId) && $orderInfo->mainId == 92739) {
+                if (!empty($orderInfo->customShopAdminId)) {
+                    $showPrice = 0;
+                }
+            }
             //北京花篮子,线上下单,不显示价格
             if (isset($orderInfo->mainId) && $orderInfo->mainId == 10735) {
                 if (!empty($orderInfo->customShopAdminId)) {