648540858
2023-12-18 18a9f86a0af4863f1ec19b53d88ed2bcd46e37a7
src/main/java/com/genersoft/iot/vmp/storager/dao/GbStreamMapper.java
@@ -15,7 +15,7 @@
@Repository
public interface GbStreamMapper {
    @Insert("REPLACE INTO wvp_gb_stream (app, stream, gb_id, name, " +
    @Insert("INSERT INTO wvp_gb_stream (app, stream, gb_id, name, " +
            "longitude, latitude, stream_type,media_server_id,create_time) VALUES" +
            "(#{app}, #{stream}, #{gbId}, #{name}, " +
            "#{longitude}, #{latitude}, #{streamType}, " +