xiaoQQya
2023-11-01 8a9f8c6cab1e619d1a0e10430ef49a7f2b62a1f2
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}, " +