|
@@ -102,8 +102,10 @@ public class ParkingRecordServiceImpl extends ServiceImpl<ParkingRecordMapper, P
|
|
|
throw new Exception(StrUtil.format("设备号{},不存在", alarmInfoPlate.getSerialno()));
|
|
|
}
|
|
|
//add by hbjzws 2023-09-19荆鹏停车场2个车道序列号合并为1个
|
|
|
- if(parkingChannel.getChannelCode().equals("d86f5987-ec8dc901")){
|
|
|
- parkingChannel = parkingChannelService.getById("1");;
|
|
|
+
|
|
|
+ if("d86f5987-ec8dc901".equals(parkingChannel.getChannelCode())){
|
|
|
+ log.warn("荆鹏院子停车场入口2-----荆鹏停车场入口1");
|
|
|
+ parkingChannel = parkingChannelService.getById("1");
|
|
|
}
|
|
|
|
|
|
ParkingInfo parkingInfo = parkingInfoService.getById(parkingChannel.getParkId());
|