修复从redis同步推流列表更新失败
This commit is contained in:
parent
a380246e49
commit
d91583b833
@ -158,7 +158,7 @@ public interface GbStreamMapper {
|
||||
" <foreach collection='list' item='item' index='index' separator=';'>"+
|
||||
"UPDATE wvp_gb_stream " +
|
||||
" SET name=#{item.name},"+
|
||||
" gb_id=#{item.gb_id}"+
|
||||
" gb_id=#{item.gbId}"+
|
||||
" WHERE app=#{item.app} and stream=#{item.stream}"+
|
||||
"</foreach>"+
|
||||
"</script>")
|
||||
|
Loading…
Reference in New Issue
Block a user