Kaynağa Gözat

打印问题优化

shish 1 ay önce
ebeveyn
işleme
f4cb4536cc
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 6 1
      biz-ghs/order/classes/OrderClass.php

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

@@ -1949,6 +1949,11 @@ class OrderClass extends BaseClass
                 $showPrice = 0;
             }
 
+            //义乌我要花 不带价格
+            if (isset($orderInfo->mainId) && $orderInfo->mainId == 83694) {
+                $showPrice = 0;
+            }
+
             //衡阳昕得鲜花批发,线上下单,不显示价格
             if (isset($orderInfo->mainId) && $orderInfo->mainId == 85744) {
                 if (!empty($orderInfo->customShopAdminId)) {
@@ -3074,7 +3079,7 @@ XL;
         /**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
         $orderMainId = $order->mainId;
         if (getenv('YII_ENV') == 'production') {
-            $map = [65726, 58, 25119, 28500, 1294, 12925, 2644, 10652, 2084, 89473];
+            $map = [65726, 58, 25119, 28500, 1294, 12925, 2644, 10652, 2084, 89473,83694];
         } else {
             $map = [828];
         }