Commit d91583b833b80bb138e8b166277e797e009c2082

Authored by 648540858
1 parent a380246e

修复从redis同步推流列表更新失败

src/main/java/com/genersoft/iot/vmp/storager/dao/GbStreamMapper.java
@@ -158,7 +158,7 @@ public interface GbStreamMapper { @@ -158,7 +158,7 @@ public interface GbStreamMapper {
158 " <foreach collection='list' item='item' index='index' separator=';'>"+ 158 " <foreach collection='list' item='item' index='index' separator=';'>"+
159 "UPDATE wvp_gb_stream " + 159 "UPDATE wvp_gb_stream " +
160 " SET name=#{item.name},"+ 160 " SET name=#{item.name},"+
161 - " gb_id=#{item.gb_id}"+ 161 + " gb_id=#{item.gbId}"+
162 " WHERE app=#{item.app} and stream=#{item.stream}"+ 162 " WHERE app=#{item.app} and stream=#{item.stream}"+
163 "</foreach>"+ 163 "</foreach>"+
164 "</script>") 164 "</script>")