shish 3 gadi atpakaļ
vecāks
revīzija
136b95e2a8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      biz/wx/classes/WxMessageClass.php

+ 1 - 1
biz/wx/classes/WxMessageClass.php

@@ -140,7 +140,7 @@ class WxMessageClass extends BaseClass
         if (!empty($customName)) {
         if (!empty($customName)) {
             $first = $customName;
             $first = $customName;
             if (isset($order->shopAdminId) && !empty($order->shopAdminId)) {
             if (isset($order->shopAdminId) && !empty($order->shopAdminId)) {
-                $first = $customName . "  【店员开单】";
+                $first = $customName . "【店员开单】";
             }
             }
         }
         }