修复bug与修改通道名

This commit is contained in:
648540858
2022-01-18 16:37:11 +08:00
parent 59e3a280d6
commit 9be861abcc
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public interface PlatformChannelMapper {
"left join platform_gb_channel pgc on " +
"pp.serverGBId = pgc.platformId " +
"WHERE " +
"pgc.channelId = #{channelId} pp.status = true " +
"pgc.channelId = #{channelId} and pp.status = true " +
"AND pp.serverGBId IN" +
"<foreach collection='platforms' item='item' open='(' separator=',' close=')' > #{item}</foreach>" +
"</script> ")