修复:在线买单错误
This commit is contained in:
parent
7de1d315dd
commit
f4b8f544c4
|
|
@ -84,7 +84,7 @@ class StoreGroupOrderRepository extends BaseRepository
|
|||
|
||||
public function status($uid, $id)
|
||||
{
|
||||
return $this->search(['uid' => $uid])->where('group_order_id', $id)->append(['give_coupon'])->find();
|
||||
return $this->getSearch(['uid' => $uid])->where('group_order_id', $id)->append(['give_coupon'])->find();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue