|
|
@@ -224,15 +224,6 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
'goods_status' => $goods['goods_status'],
|
|
|
]);
|
|
|
Db::commit();
|
|
|
- if(empty($order_amount)){
|
|
|
- $is_zero_pay = self::zeroDirectlyPayment([
|
|
|
- 'attach' => 'goods',
|
|
|
- 'out_trade_no' => $order['sn'],
|
|
|
- ]);
|
|
|
- if($is_zero_pay === false){
|
|
|
- Log::info('0元支付失败:'.$order['sn']."---".self::getError());
|
|
|
- }
|
|
|
- }
|
|
|
} catch (\Exception $e) {
|
|
|
self::setError($e->getMessage());
|
|
|
return false;
|