feat : cart
This commit is contained in:
@@ -28,6 +28,8 @@ class CheckStockService extends BaseOrderService
|
||||
$this->siteId = (int)$this->request->input('site_id');
|
||||
$skuId = (int)$this->request->input('sku_id');
|
||||
|
||||
$this->checkTodayCutOffTime();
|
||||
|
||||
$kitchenId = $this->checkSite($this->siteId);
|
||||
|
||||
$this->stockKey = ApiRedisKey::goodStockKey($this->cycleId,$kitchenId);
|
||||
|
||||
Reference in New Issue
Block a user