|
@@ -189,9 +189,10 @@ class InformAdminClass extends BaseClass
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//订单完成通知店长 shish 2020.3.19
|
|
//订单完成通知店长 shish 2020.3.19
|
|
|
- public static function sendComplete($order, $merchant)
|
|
|
|
|
|
|
+ public static function sendComplete($order)
|
|
|
{
|
|
{
|
|
|
- $merchantId = $merchant['id'];
|
|
|
|
|
|
|
+ $merchant = WxOpenClass::getWxInfo();
|
|
|
|
|
+ $merchantId = 0;
|
|
|
$orderId = $order['id'];
|
|
$orderId = $order['id'];
|
|
|
$shopId = $order['shopId'];
|
|
$shopId = $order['shopId'];
|
|
|
$adminList = ShopAdminService::getNoticeAdminList($shopId);
|
|
$adminList = ShopAdminService::getNoticeAdminList($shopId);
|