xiaoQQya
2023-12-26 3ab4ce0a838d44a29c3d24cef9aa6a429480f6a0
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}, " +