Browse Source

手机号去掉

shish 3 years ago
parent
commit
dea930dae1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -88,7 +88,6 @@ class PurchaseOrderClass extends BaseClass
         $content = '';
         $content .= '--------------------------------<BR>';
         $content .= '<B>' . $orderInfo->ghsName . '</B><BR><BR>';
-        $content .= '<B>' . $ghsInfo->mobile . '</B><BR>';
         if (isset($orderInfo->remark) && !empty($orderInfo->remark)) {
             $content .= '<BR>';
             $content .= '备注:<BR>';