|
|
@@ -275,10 +275,8 @@ class OrderClass extends BaseClass
|
|
|
|
|
|
//客户下单增加商家可提现余额
|
|
|
if (isset($order->customId) && !empty($order->customId)) {
|
|
|
-
|
|
|
$amount = $order->actPrice;
|
|
|
ShopClass::customKdAddBalance($shop, $amount, $order, $capitalType);
|
|
|
-
|
|
|
}
|
|
|
//门店和朋友圈订单并且没有填写收花人的直接将订单置为自取并且是完成状态
|
|
|
if (in_array($order->fromType, [dict::getDict("fromType", "shop"), dict::getDict("fromType", "friend")])) {
|