临时提交

This commit is contained in:
648540858
2024-09-11 22:25:05 +08:00
parent 36f94593a4
commit 525f325d2b
3 changed files with 0 additions and 29 deletions

View File

@@ -78,5 +78,4 @@ public interface IGbChannelService {
void updateCivilCode(String oldCivilCode, String newCivilCode);
List<CommonGBChannel> queryTree(Integer parentId, String parentDeviceId, Boolean showRegion, Boolean showGroup);
}

View File

@@ -676,11 +676,4 @@ public class GbChannelServiceImpl implements IGbChannelService {
}
}
@Override
public List<CommonGBChannel> queryTree(Integer parentId, String parentDeviceId, Boolean showRegion, Boolean showGroup) {
if (parentId == null || Objects.isNull(parentDeviceId)) {
// 查询顶级节点
}
return Collections.emptyList();
}
}