Compare commits

..

1 Commits

Author SHA1 Message Date
阿斌
bdf3a0878c
Pre Merge pull request !36 from 阿斌/N/A 2025-04-29 09:27:58 +00:00

View File

@ -113,9 +113,6 @@ public class DeviceChannelServiceImpl implements IDeviceChannelService {
@Override
public int updateChannels(Device device, List<DeviceChannel> channels) {
if (CollectionUtils.isEmpty(channels)) {
return 0;
}
List<DeviceChannel> addChannels = new ArrayList<>();
List<DeviceChannel> updateChannels = new ArrayList<>();
HashMap<String, DeviceChannel> channelsInStore = new HashMap<>();