调试信用购订单结算

This commit is contained in:
luofei 2023-07-08 16:07:45 +08:00
parent 1496f283b3
commit 2a71490fac

View File

@ -12,7 +12,7 @@ class StoreOrderInterestRepository extends BaseRepository
{ {
$data['status'] = StoreOrderInterest::STATUS_UNSETTLED; $data['status'] = StoreOrderInterest::STATUS_UNSETTLED;
$model = new StoreOrderInterest(); $model = new StoreOrderInterest();
return $model->insert($data); return $model->save($data);
} }
public function getByGroupOrder($groupOrderId) public function getByGroupOrder($groupOrderId)