同一个券码,重复提交校验,3秒内视为同一笔订单
This commit is contained in:
@@ -154,10 +154,6 @@ class Init
|
||||
*/
|
||||
public function HasCheck()
|
||||
{
|
||||
$code = $this->redemptionCode;
|
||||
$total = $this->total;
|
||||
$outletId = $this->outletId;
|
||||
|
||||
$info = Coupon::where('redemptionCode', $this->redemptionCode)
|
||||
->where('outletId', $this->outletId)
|
||||
->where('total', $this->total)
|
||||
|
||||
Reference in New Issue
Block a user