app/src/main/java/com/future/dispatch/ui/order/TaxiDetailActivity.kt
@@ -36,7 +36,7 @@ private fun callOrder() { var map = getMapByAny() map["orderId"] = orderId map["orderType"] = 1 map["orderType"] = orderType callNet(Api.queryOrderInfo,map){ var bean = gson.fromJson<OrderDetailBean>(it,OrderDetailBean::class.java) bean.data?.let { itBean ->