|
@@ -115,7 +115,7 @@ public class ExtendRecord {
|
|
|
*/
|
|
*/
|
|
|
public String getChannelId() {
|
|
public String getChannelId() {
|
|
|
if(StrUtil.isNotBlank(stream) && stream.contains("_")) {
|
|
if(StrUtil.isNotBlank(stream) && stream.contains("_")) {
|
|
|
- return stream.substring(stream.indexOf("_"));
|
|
|
|
|
|
|
+ return stream.substring(stream.indexOf("_")+1);
|
|
|
}
|
|
}
|
|
|
return stream;
|
|
return stream;
|
|
|
}
|
|
}
|