完善目录推送

This commit is contained in:
panlinlin
2024-08-17 08:02:39 +08:00
parent 635458d19a
commit 4dd656b29b
4 changed files with 19 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ public class CommonGBChannel {
CommonGBChannel commonGBChannel = new CommonGBChannel();
commonGBChannel.setGbDeviceId(region.getDeviceId());
commonGBChannel.setGbName(region.getName());
return null;
return commonGBChannel;
}
}