Răsfoiți Sursa

录入人员

shish 2 ani în urmă
părinte
comite
1ed2012631
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      biz-ghs/order/classes/PurchaseOrderClass.php

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

@@ -212,6 +212,9 @@ class PurchaseOrderClass extends BaseClass
         if (!empty($telephone)) {
             $content .= '联系电话:' . $telephone . '<BR>';
         }
+        if (isset($orderInfo['shopAdminName']) && !empty($orderInfo['shopAdminName'])) {
+            $content .= '录入人员:' . $orderInfo['shopAdminName'] . '<BR>';
+        }
         $content .= "<BR>";
         $content .= "<BR>";
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);