feat : site pid

This commit is contained in:
2025-02-26 10:30:55 +08:00
parent f23fe1942a
commit aafae8838a

View File

@@ -162,6 +162,7 @@ class SiteService extends BaseService
$model->city_id = $this->cityId;
$model->delivered_id = $this->driverId;
$model->kitchen_id = $this->kitchenId;
$model->pid = $this->request->input('pid',0);
$model->address = $this->request->input('address');
$model->lng = $this->request->input('lng');
$model->lat = $this->request->input('lat');