648540858
2022-01-17 59e3a280d6a2215f767d81e08d2f9e33a7b8e3dc
src/main/java/com/genersoft/iot/vmp/storager/dao/PlatformChannelMapper.java
@@ -88,4 +88,9 @@
            "<foreach collection='platforms'  item='item'  open='(' separator=',' close=')' > #{item}</foreach>" +
            "</script> ")
    List<ParentPlatform> queryPlatFormListForGBWithGBId(String channelId, List<String> platforms);
    @Delete("<script> " +
           "DELETE FROM platform_gb_channel WHERE platformId=#{serverGBId}"  +
           "</script>")
    void delByPlatformId(String serverGBId);
}