策略配置文件增加注释与使用Lombok

This commit is contained in:
648540858
2024-10-30 15:19:17 +08:00
parent b759bdcccd
commit 396961ea20
9 changed files with 143 additions and 309 deletions

View File

@@ -469,7 +469,6 @@ public class DeviceChannelServiceImpl implements IDeviceChannelService {
if (CollectionUtils.isEmpty(deviceChannelList)) {
return false;
}
System.out.println("size: " + deviceChannelList.size());
List<DeviceChannel> allChannels = channelMapper.queryAllChannelsForRefresh(deviceDbId);
Map<String,DeviceChannel> allChannelMap = new HashMap<>();
if (!allChannels.isEmpty()) {