[charter]

[3.2.0]
This commit is contained in:
yangyakun
2023-04-27 15:28:13 +08:00
parent 77cc5e20b3
commit 0705256eed
2 changed files with 10 additions and 4 deletions

View File

@@ -277,7 +277,9 @@ class BusPassengerFunctionOrderPresenter(view: M1OrderFragment?) :
"",
0,
"",
false
false,
1,
0
)
CallerTelematicManager.sendMsgToServer(
OchCommonConst.BUSINESS_STRING,
@@ -316,7 +318,9 @@ class BusPassengerFunctionOrderPresenter(view: M1OrderFragment?) :
currentSite!!.siteName!!,
siteInfo.siteId!!.toInt(),
siteInfo.siteName!!,
false
false,
1,
0,
)
CallerTelematicManager.sendMsgToServer(
OchCommonConst.BUSINESS_STRING,
@@ -347,7 +351,9 @@ class BusPassengerFunctionOrderPresenter(view: M1OrderFragment?) :
currentSite!!.siteName!!,
siteInfo.siteId!!.toInt(),
siteInfo.siteName!!,
false
false,
1,
0
)
CallerTelematicManager.sendMsgToServer(
OchCommonConst.BUSINESS_STRING,

View File

@@ -78,7 +78,7 @@
android:gravity="center"
app:layout_constraintTop_toBottomOf="@id/view_horizontal_line"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constrintLeft_toLeftOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/view_vertical_line"
/>