shish 1 năm trước cách đây
mục cha
commit
dcf32cefb9

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -1220,7 +1220,7 @@ class OrderController extends BaseController
                             }
                             }
 
 
                             //小齐鲜花批发自己开单要打二次
                             //小齐鲜花批发自己开单要打二次
-                            if (in_array($mainId, [40624])) {
+                            if (in_array($mainId, [40624, 42680])) {
                                 OrderClass::onlinePrint($order);
                                 OrderClass::onlinePrint($order);
                                 $ext = $this->shopExt;
                                 $ext = $this->shopExt;
                                 if (isset($ext->printSn) && !empty($ext->printSn)) {
                                 if (isset($ext->printSn) && !empty($ext->printSn)) {

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

@@ -1897,7 +1897,7 @@ class OrderClass extends BaseClass
 
 
         if (getenv('YII_ENV') == 'production') {
         if (getenv('YII_ENV') == 'production') {
             //丽子鲜花、花样年华、镜中花卉、满天星、世纪花、盛丰都不显示扫码买花
             //丽子鲜花、花样年华、镜中花卉、满天星、世纪花、盛丰都不显示扫码买花
-            if (!in_array($orderInfo->shopId, [1527, 1585, 1596, 16454, 33668, 38492, 36596, 35389, 38322, 43274, 40312, 44556])) {
+            if (!in_array($orderInfo->shopId, [1527, 1585, 1596, 16454, 33668, 38492, 36596, 35389, 38322, 43274, 40312, 44556, 42946])) {
                 //勇记、国恋、花悠星零售开单不需要打印扫码买花
                 //勇记、国恋、花悠星零售开单不需要打印扫码买花
                 if ($customId != 12145 || $customId != 12487 || $customId != 12281) {
                 if ($customId != 12145 || $customId != 12487 || $customId != 12281) {
                     $content .= "<BR>";
                     $content .= "<BR>";