bug修改

This commit is contained in:
GUO 2024-05-28 22:39:16 +08:00
parent 3d0f0102b7
commit f6b3cb7946

View File

@ -1013,6 +1013,9 @@ public class HikvisionCall {
} else if (Objects.equals(code, "0x02e33400")) { } else if (Objects.equals(code, "0x02e33400")) {
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:车辆属于黑名单内不能下发预约车"; msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:车辆属于黑名单内不能下发预约车";
title += "失败"; title += "失败";
} else if (Objects.equals(code, "0x00072003")) {
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:车牌格式不正确!";
title += "失败";
} else { } else {
msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:下发异常"; msg = "同步失败,车牌号码:" + carInfo.getCarNumber() + "。失败原因:下发异常";
title += "失败"; title += "失败";