diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e5860d51..cbb7a21e 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> - + diff --git a/lib/ui/function_and_service/work_order/publish_work_order_page.dart b/lib/ui/function_and_service/work_order/publish_work_order_page.dart index 22479aef..a1512b93 100644 --- a/lib/ui/function_and_service/work_order/publish_work_order_page.dart +++ b/lib/ui/function_and_service/work_order/publish_work_order_page.dart @@ -131,7 +131,7 @@ class _PublishWorkOrderPageState extends State { estateId: 1, workOrderTypeId: _types[_typeIndex].id, reserveDate: _appointDate.toString(), - reserveAddress: _appointEndDate.toString(), + reserveAddress: _addressController.text.toString(), content: _remark, imgUrls: imgUrls); if (re) {