調整疾病類別項目

This commit is contained in:
ericli1018
2025-07-03 10:20:38 +08:00
parent ce4c781d02
commit 3a0bee4d58
13 changed files with 101 additions and 4 deletions

View File

@ -125,6 +125,7 @@ class MetabolismFillFormController extends Controller
if ($eventItem->check_state == 2) {
throw new \Exception('您已經登記審查通過。');
}
$eventItem->disease_type = $request->input('disease_type');
$eventItem->hospital_name = $request->input('hospital_name');
$eventItem->name = $request->input('name');
$eventItem->phone = $request->input('phone');