优化notify消息处理

This commit is contained in:
648540858
2024-04-22 20:29:36 +08:00
parent b57dbeac13
commit 8cba63642f
7 changed files with 143 additions and 95 deletions

View File

@@ -356,11 +356,11 @@ public class DeviceChannelServiceImpl implements IDeviceChannelService {
@Override
public void batchUpdateChannelGPS(List<DeviceChannel> channelList) {
channelMapper.batchUpdate(channelList);
}
@Override
public void batchAddMobilePosition(List<MobilePosition> mobilePositions) {
deviceMobilePositionMapper.batchadd(mobilePositions);
}
}