|
@@ -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;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|