临时提交
This commit is contained in:
@@ -78,5 +78,4 @@ public interface IGbChannelService {
|
||||
|
||||
void updateCivilCode(String oldCivilCode, String newCivilCode);
|
||||
|
||||
List<CommonGBChannel> queryTree(Integer parentId, String parentDeviceId, Boolean showRegion, Boolean showGroup);
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user