Merge branch '2.6.9' into wvp-28181-2.0

pull/1242/head
648540858 2024-01-04 11:33:29 +08:00
commit 64b6a35603
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ public interface GbStreamMapper {
" <foreach collection='list' item='item' index='index' separator=';'>"+ " <foreach collection='list' item='item' index='index' separator=';'>"+
"UPDATE wvp_gb_stream " + "UPDATE wvp_gb_stream " +
" SET name=#{item.name},"+ " SET name=#{item.name},"+
" gb_id=#{item.gb_id}"+ " gb_id=#{item.gbId}"+
" WHERE app=#{item.app} and stream=#{item.stream}"+ " WHERE app=#{item.app} and stream=#{item.stream}"+
"</foreach>"+ "</foreach>"+
"</script>") "</script>")