bug修改
This commit is contained in:
parent
3d0f0102b7
commit
f6b3cb7946
@ -1013,6 +1013,9 @@ public class HikvisionCall {
|
||||
} else if (Objects.equals(code, "0x02e33400")) {
|
||||
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:车辆属于黑名单内不能下发预约车";
|
||||
title += "失败";
|
||||
} else if (Objects.equals(code, "0x00072003")) {
|
||||
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:车牌格式不正确!";
|
||||
title += "失败";
|
||||
} else {
|
||||
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:下发异常";
|
||||
title += "失败";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user