feat : catering
This commit is contained in:
@@ -25,7 +25,7 @@ trait CouponDispenseTrait
|
||||
|
||||
$this->cycleId = $cycleInfo->id;
|
||||
|
||||
$appointValue = json_encode($this->request->input('appoint_value'));
|
||||
$appointValue = $this->request->input('appoint_value');
|
||||
// if ($this->groupType == CouponCode::DISPENSE_APPOINT_GROUP_DESIGNATED_SITES_AND_GOODS) {
|
||||
// $this->appointValue = [
|
||||
// 'site' => explode(',', $appointValue['site']),
|
||||
@@ -152,7 +152,7 @@ trait CouponDispenseTrait
|
||||
{
|
||||
$this->checkAppointValue();
|
||||
|
||||
$appointValue = json_encode($this->request->input('appoint_value'));
|
||||
$appointValue = $this->request->input('appoint_value');
|
||||
|
||||
return explode(',', $appointValue['user_ids']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user