[dev_arch_opt_3.0]

[Change]
[
1、增加清扫车更新渠道
]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2023-01-17 15:15:12 +08:00
parent bea96a1604
commit 0f1c73c427

View File

@@ -169,6 +169,10 @@ public class BindingcarProvider implements IMoGoBindingcarProvider {
screenType = "4"; //bus 司机端
}
if(AppIdentityModeUtils.isSweeper(FunctionBuildConfig.appIdentityMode) && AppIdentityModeUtils.isDriver(FunctionBuildConfig.appIdentityMode)) {
screenType = "6"; //清扫车 司机端
}
return screenType;
}