Kaynağa Gözat

增加店员开单

shish 3 yıl önce
ebeveyn
işleme
f97b058607
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      biz/wx/classes/WxMessageClass.php

+ 3 - 0
biz/wx/classes/WxMessageClass.php

@@ -137,6 +137,9 @@ class WxMessageClass extends BaseClass
         $customName = $order->customName ?? '';
         if (!empty($customName)) {
             $first = '下单客户:' . $customName;
+            if (isset($order->shopAdminId) && !empty($order->shopAdminId)) {
+                $first = '下单客户:' . $customName . "  【店员开单】";
+            }
         }
         $adminList = ShopAdminClass::getRemainAdmin($shop);
         if (empty($adminList)) {