朱俊杰
2022-02-10 37a84e66917d6e22e03e31b0a115e2c16d23ed21
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, " +