Compare commits

..

No commits in common. "778b3ac9ccd46642b09d3b743f071e4009dfdcc9" and "fcf07cecc42d72135bc0dee0fb4f542c2edfe748" have entirely different histories.

View File

@ -592,7 +592,7 @@ class RegularContractCreateController extends Controller
'user_categoryid' => $user_categoryid,
'park_id' => $park->park_id,
'contract_created_at' => now(),
'contract_reduction' => $request->contract_reduction,
'contract_reduction' => $ward_residents,
'update_flag' => 2,
'contract_cancel_flag' => 0,
'psection_id' => $request->psection_id,