策略配置文件增加注释与使用Lombok
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user