Commit 64b6a3560399cfe742d998209c3ff315c4856b9e
Merge branch '2.6.9' into wvp-28181-2.0
Showing
1 changed file
with
1 additions
and
1 deletions
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>") |