diff --git a/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart b/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart index 69e7deb2..a5e23ea4 100644 --- a/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart +++ b/lib/views/pages/user/ppm/update_ppm/wo_info_form.dart @@ -175,7 +175,7 @@ class _WoInfoFormState extends State { selectedTime.minute, ); setState(() { - widget.planPreventiveVisit.acutalDateOfVisit = selectedDate; + widget.planPreventiveVisit.acutalDateOfVisit = selectedDateTime; }); } });