修复bug与修改通道名
parent
59e3a280d6
commit
9be861abcc
|
@ -64,7 +64,7 @@ public class VideoManagerConstants {
|
||||||
|
|
||||||
//************************** redis 消息*********************************
|
//************************** redis 消息*********************************
|
||||||
public static final String WVP_MSG_STREAM_CHANGE_PREFIX = "WVP_MSG_STREAM_CHANGE_";
|
public static final String WVP_MSG_STREAM_CHANGE_PREFIX = "WVP_MSG_STREAM_CHANGE_";
|
||||||
public static final String WVP_MSG_GPS_PREFIX = "WVP_MSG_GPS_";
|
public static final String WVP_MSG_GPS_PREFIX = "VM_MSG_GPS";
|
||||||
|
|
||||||
//************************** 第三方 ****************************************
|
//************************** 第三方 ****************************************
|
||||||
public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_";
|
public static final String WVP_STREAM_GB_ID_PREFIX = "memberNo_";
|
||||||
|
|
|
@ -83,7 +83,7 @@ public interface PlatformChannelMapper {
|
||||||
"left join platform_gb_channel pgc on " +
|
"left join platform_gb_channel pgc on " +
|
||||||
"pp.serverGBId = pgc.platformId " +
|
"pp.serverGBId = pgc.platformId " +
|
||||||
"WHERE " +
|
"WHERE " +
|
||||||
"pgc.channelId = #{channelId} pp.status = true " +
|
"pgc.channelId = #{channelId} and pp.status = true " +
|
||||||
"AND pp.serverGBId IN" +
|
"AND pp.serverGBId IN" +
|
||||||
"<foreach collection='platforms' item='item' open='(' separator=',' close=')' > #{item}</foreach>" +
|
"<foreach collection='platforms' item='item' open='(' separator=',' close=')' > #{item}</foreach>" +
|
||||||
"</script> ")
|
"</script> ")
|
||||||
|
|
Loading…
Reference in New Issue