Merge branch 'feature/purchase_record' into dev
This commit is contained in:
commit
edb4918d1a
@ -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