shish 4 tahun lalu
induk
melakukan
51742aeeaa
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      biz-ghs/order/classes/OrderClass.php

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

@@ -1034,14 +1034,14 @@ class OrderClass extends BaseClass
         if (isset($orderInfo['debt']) && $orderInfo['debt'] == 1) {
         if (isset($orderInfo['debt']) && $orderInfo['debt'] == 1) {
             $content .= "<BR>";
             $content .= "<BR>";
             $cgId = $orderInfo['purchaseId'] ?? 0;
             $cgId = $orderInfo['purchaseId'] ?? 0;
-            $content .= "<C><B>扫码结清本订单</B></C>";
+            $content .= "<C>扫码结清本订单</C>";
             $content .= "<BR>";
             $content .= "<BR>";
             $host = Yii::$app->params['hdHost'];
             $host = Yii::$app->params['hdHost'];
             $content .= "<QR>" . $host . "/#/pagesPurchase/purDetails?id=" . $cgId . "</QR>";
             $content .= "<QR>" . $host . "/#/pagesPurchase/purDetails?id=" . $cgId . "</QR>";
         } else {
         } else {
             if ($debtAmount > 0) {
             if ($debtAmount > 0) {
                 $content .= "<BR>";
                 $content .= "<BR>";
-                $content .= "<C><B>扫码查看所有欠款单</B></C>";
+                $content .= "<C>扫码查看所有欠款单</C>";
                 $content .= "<BR>";
                 $content .= "<BR>";
                 $host = Yii::$app->params['hdHost'];
                 $host = Yii::$app->params['hdHost'];
                 $content .= "<QR>" . $host . "/#/pagesPurchase/gathering?id=" . $ghsId . "</QR>";
                 $content .= "<QR>" . $host . "/#/pagesPurchase/gathering?id=" . $ghsId . "</QR>";