src/main/java/com/genersoft/iot/vmp/storager/dao/GbStreamMapper.java
@@ -84,6 +84,14 @@ "</script>") void batchDel(List<StreamProxyItem> streamProxyItemList); @Delete("<script> "+ "DELETE FROM gb_stream where " + "<foreach collection='gbStreams' item='item' separator='or'>" + "(app=#{item.app} and stream=#{item.stream}) " + "</foreach>" + "</script>") void batchDelForGbStream(List<GbStream> gbStreams); @Insert("<script> " + "REPLACE into gb_stream " + "(app, stream, gbId, name, " +