From ae8315ba89c01daa29f675197feb63e3b14f2f28 Mon Sep 17 00:00:00 2001 From: Yuka Higashide Date: Thu, 9 Oct 2025 15:55:21 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E8=A6=8F=E5=A5=91=E7=B4=84=E6=B8=9B?= =?UTF-8?q?=E5=85=8D=E5=8C=BA=E5=88=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/RegularContractCreateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/RegularContractCreateController.php b/app/Http/Controllers/RegularContractCreateController.php index 63395a3..4b60fa2 100644 --- a/app/Http/Controllers/RegularContractCreateController.php +++ b/app/Http/Controllers/RegularContractCreateController.php @@ -592,7 +592,7 @@ class RegularContractCreateController extends Controller 'user_categoryid' => $user_categoryid, 'park_id' => $park->park_id, 'contract_created_at' => now(), - 'contract_reduction' => $ward_residents, + 'contract_reduction' => $request->contract_reduction, 'update_flag' => 2, 'contract_cancel_flag' => 0, 'psection_id' => $request->psection_id,