1、修改贵州院UDP推送

This commit is contained in:
weidong 2024-01-30 21:12:19 +08:00
parent 7a8c5b9957
commit 9babe19b5f

View File

@ -105,6 +105,7 @@ public class Forwarder {
record.setDeviceid(device.getFwddeviceid()); record.setDeviceid(device.getFwddeviceid());
} }
recordsToSend.add(record); recordsToSend.add(record);
break;
} }
} }
} }