|
|
@@ -162,7 +162,7 @@ class OrderClass extends BaseClass
|
|
|
$shopAdminIds = \bizGhs\shop\classes\ShopAdminClass::getRemindAdminIdsByShopId($order->shopId);
|
|
|
if($shopAdminIds){
|
|
|
foreach ($shopAdminIds as $v){
|
|
|
- WsService::arrivalNotice($order,$order->actPrice);
|
|
|
+ WsService::arrivalNotice($v,$order->actPrice);
|
|
|
}
|
|
|
}
|
|
|
self::complete($order, $payWay);
|