修复通道编辑重置

This commit is contained in:
648540858
2024-09-20 15:55:40 +08:00
parent 77f1dfb6d6
commit f7936117f9
3 changed files with 1 additions and 193 deletions

View File

@@ -233,7 +233,6 @@ public interface CommonGBChannelMapper {
" gb_port = null, gb_password = null, gb_status = null, gb_longitude = null, gb_latitude = null, " +
" gb_ptz_type = null, gb_position_type = null, gb_room_type = null, gb_use_type = null, gb_supply_light_type = null, " +
" gb_direction_type = null, gb_resolution = null, gb_business_group_id = null, gb_download_speed = null, gb_svc_space_support_mod = null, " +
" gb_direction_type = null, gb_resolution = null, gb_business_group_id = null, gb_download_speed = null, gb_svc_space_support_mod = null, " +
" gb_svc_time_support_mode = null" +
" WHERE id = #{id} and device_db_id = #{gbDeviceDbId}"+
" </script>"})