fix view for receipt in insurance letter #5

Merged
amirghasempoor merged 5 commits from feature/FixViewLetter into develop 2026-05-18 08:12:54 +00:00
Showing only changes of commit f798d05a3c - Show all commits

View File

@@ -41,7 +41,7 @@ class RoadMaintenanceStationController extends Controller
public function findByCity(Request $request): JsonResponse
{
$stations = RahdariPoint::query()
->where('city_id', $request->city_id)
->where('city_id', $request->query('city_id'))
->get();
return $this->successResponse($stations);