|
|
@@ -328,8 +328,7 @@ class OrderService extends BaseService
|
|
|
} else {
|
|
|
$particularIds = [36750];
|
|
|
}
|
|
|
- noticeUtil::push("{$customShopId} ids:" . json_encode($particularIds), '15280215347');
|
|
|
- if ((isset($customShop->pfShopId) && $customShop->pfShopId == 0) || in_array($customShopId, [$particularIds])) {
|
|
|
+ if ((isset($customShop->pfShopId) && $customShop->pfShopId == 0) || in_array($customShopId, $particularIds)) {
|
|
|
$returnId = $returnOrder->id;
|
|
|
$order = OrderClass::getById($returnId, true);
|
|
|
if (!empty($order)) {
|