Browse Source

玉桥-变更还原

hbjzws 1 year ago
parent
commit
952389fa94

+ 4 - 4
src/main/java/com/charging/chargingparking/service/impl/ParkingRecordServiceImpl.java

@@ -103,10 +103,10 @@ public class ParkingRecordServiceImpl extends ServiceImpl<ParkingRecordMapper, P
         if (parkingChannel == null) {
             throw new Exception(StrUtil.format("设备号{},不存在", alarmInfoPlate.getSerialno()));
         }
-        String yqll="1541608391538962434";
-        if(yqll.equals(parkingChannel.getId())){
-            throw new Exception("系统维护中......");
-        }
+//        String yqll="1541608391538962434";
+//        if(yqll.equals(parkingChannel.getId())){
+//            throw new Exception("系统维护中......");
+//        }
 
         //add by hbjzws 2023-09-19荆鹏停车场2个车道序列号合并为1个