MAP推拉升级
因暂时获取不到工控机本地镜像列表,故去掉主动拉取逻辑
This commit is contained in:
@@ -272,13 +272,13 @@ class SystemVersionView @JvmOverloads constructor(
|
||||
"$M_HMI$TAG",
|
||||
"onAutopilotStatusResponse connectStatus=$connectStatus , dockerVersion=$dockerVersion , autopilotStatus=$autopilotStatus"
|
||||
)
|
||||
if(needQueryContainers && !AdUpgradeStateHelper.isUpgradeableStatus()){
|
||||
dockerVersion?.let {
|
||||
//查询是否有新的工控机docker版本
|
||||
CallerBindingcarManager.getBindingcarProvider().queryContainers(MoGoAiCloudClient.getInstance().aiCloudClientConfig.sn,dockerVersion)
|
||||
needQueryContainers = false
|
||||
}
|
||||
}
|
||||
// if(needQueryContainers && !AdUpgradeStateHelper.isUpgradeableStatus()){
|
||||
// dockerVersion?.let {
|
||||
// //查询是否有新的工控机docker版本
|
||||
// CallerBindingcarManager.getBindingcarProvider().queryContainers(MoGoAiCloudClient.getInstance().aiCloudClientConfig.sn,dockerVersion)
|
||||
// needQueryContainers = false
|
||||
// }
|
||||
// }
|
||||
setViewStatus()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user