Merge branch 'develop' into local-test
All checks were successful
local-test分支打包构建docker并发布运行 / Docker-Build (push) Successful in 1m39s
All checks were successful
local-test分支打包构建docker并发布运行 / Docker-Build (push) Successful in 1m39s
This commit is contained in:
commit
736052740a
@ -291,6 +291,9 @@ func UpdateTrainStateByDynamics(vs *VerifySimulation, trainId string, info *mess
|
||||
panic(sys_error.New(fmt.Sprintf("动力学传输数据:列车【%s】不存在", trainId)))
|
||||
}
|
||||
sta := data.(*state_proto.TrainState)
|
||||
if !sta.Show {
|
||||
return sta
|
||||
}
|
||||
delayTime := time.Now().UnixMilli() - sta.VobcState.UpdateTime
|
||||
sta.ControlDelayTime = (int64(sta.VobcState.LifeSignal)-int64(info.VobcLifeSignal))*20 + delayTime
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user