|
|
@@ -59,7 +59,7 @@ class PledgeLogic
|
|
|
(new LedgerWalletModel())->changeWalletAccount($user_id, $pay_type, -$price, $action, 0);
|
|
|
|
|
|
//修改状态
|
|
|
- return $model->whereIn('id', array_column($product, 'id'))->setField('status', $model::Freeze);
|
|
|
+ return $model->whereIn('order_no', $order_no)->setField('status', $model::Freeze);
|
|
|
}
|
|
|
|
|
|
|