Merge remote-tracking branch 'origin/dev/前端页面修改' into dev/前端页面修改

# Conflicts:
#	数据库/2.7.3/更新-mysql-2.7.3.sql
#	数据库/2.7.3/更新-postgresql-kingbase-2.7.3.sql
This commit is contained in:
lin
2025-04-09 16:51:16 +08:00
3 changed files with 11 additions and 2 deletions

View File

@@ -102,6 +102,10 @@ alter table wvp_device_channel add column if not exists gps_speed double precisi
alter table wvp_device_channel add column if not exists gps_altitude double precision;
alter table wvp_device_channel add column if not exists gps_direction double precision;
/*
* 20250319
*/
update wvp_record_plan_item set start = start * 30, stop = (stop + 1) * 30
/*
* 20250402
*/