[fix]
[参数发送错误]
This commit is contained in:
yangyakun
2024-09-06 14:56:12 +08:00
parent 6bec421153
commit f3c3d396d0

View File

@@ -362,6 +362,7 @@ object OrderModel {
*/
private fun startAutopilot(isRestart: Boolean) {
val temp = initAutopilotControlParameters()
/**
* 存在Session
*/
@@ -767,7 +768,7 @@ object OrderModel {
if(parameters==null){
ToastUtils.showShort("未设置起始或终点站点")
}
return null
return parameters
}
fun setTrajectoryStation(isClean:Boolean) {