修复目录推送的BUG

This commit is contained in:
648540858
2024-08-17 22:49:40 +08:00
parent 9247c7e805
commit 160a5d84c3
2 changed files with 9 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ public interface PlatformChannelMapper {
"FROM " +
"wvp_platform pp " +
"left join wvp_platform_gb_channel pgc on " +
"pp.server_gb_id = pgc.platform_id " +
"pp.id = pgc.platform_id " +
"left join wvp_device_channel dc on " +
"dc.id = pgc.device_channel_id " +
"WHERE " +