shish 3 lat temu
rodzic
commit
673f93b88c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -110,7 +110,7 @@ class PurchaseOrderClass extends BaseClass
         $shortOrderSn = substr($orderSn, -4);
         $content .= '<CB>' . $shortOrderSn . '</CB><BR>';
         $currentTime = date("Y-m-d H:i", strtotime($orderInfo->entryTime));
-        $content .= '<C>' . $currentTime . '</C><BR><BR>';
+        $content .= '<C>' . $currentTime . '</C>';
         if (isset($orderInfo->remark) && !empty($orderInfo->remark)) {
             $content .= '<BR>';
             $content .= '备注:<BR>';