648540858
2023-11-02 58b333604d0762bc8c5c6a9806e31f401f1528c7
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}, " +