shish 4 anni fa
parent
commit
e898ec84d3
1 ha cambiato i file con 6 aggiunte e 7 eliminazioni
  1. 6 7
      biz-ghs/order/classes/OrderClass.php

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

@@ -1040,13 +1040,12 @@ class OrderClass extends BaseClass
             $content .= '联系电话:' . $mobile . '<BR>';
             $content .= '联系电话:' . $mobile . '<BR>';
         }
         }
 
 
-        if ($debtAmount > 0) {
-            $content .= "<BR>";
-            $content .= "<CB>扫码下单</CB>";
-            $content .= "<BR>";
-            $host = Yii::$app->params['hdHost'];
-            $content .= "<QR>" . $host . "/#/admin/home/workbench</QR>";
-        }
+        $content .= "<BR>";
+        $content .= "<BR>";
+        $content .= "<CB>扫码下单</CB>";
+        $content .= "<BR>";
+        $host = Yii::$app->params['hdHost'];
+        $content .= "<QR>" . $host . "/#/admin/home/workbench</QR>";
 
 
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
         $printSn = $ext['printSn'] ?? '';
         $printSn = $ext['printSn'] ?? '';