调试信用购订单结算
This commit is contained in:
parent
1496f283b3
commit
2a71490fac
@ -12,7 +12,7 @@ class StoreOrderInterestRepository extends BaseRepository
|
||||
{
|
||||
$data['status'] = StoreOrderInterest::STATUS_UNSETTLED;
|
||||
$model = new StoreOrderInterest();
|
||||
return $model->insert($data);
|
||||
return $model->save($data);
|
||||
}
|
||||
|
||||
public function getByGroupOrder($groupOrderId)
|
||||
|
Loading…
x
Reference in New Issue
Block a user