shish il y a 4 jours
Parent
commit
c87bf358fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

+ 2 - 2
biz-ghs/order/classes/OrderClass.php

@@ -2025,7 +2025,7 @@ class OrderClass extends BaseClass
             //东莞我要花不要自动打印标准,mainId=2644,已经去掉了
             $map = [65726, 58, 25119, 28500, 1294, 12925, 83694];
         } else {
-            $map = [828];
+            $map = [828,644];
         }
         if (in_array($orderMainId, $map)) {
             self::printLogisticsLabel($orderInfo, $shop, $ext);
@@ -3083,7 +3083,7 @@ XL;
         if (getenv('YII_ENV') == 'production') {
             $map = [65726, 58, 25119, 28500, 1294, 12925, 2644, 10652, 2084, 89473, 83694];
         } else {
-            $map = [828];
+            $map = [828,644];
         }
         /**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
         $customId = $order->customId ?? 0;