优化notify消息处理
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user