Update from Sync Service

This commit is contained in:
FNS Service
2026-04-16 00:28:41 +08:00
parent a808ee7fac
commit 5006db1185
221 changed files with 4666 additions and 4145 deletions

View File

@@ -1,6 +1,12 @@
select a.DeviceName,b.ProjectID,a.id as DeviceId,a.MonTypeID,b.StationCode, b.Latitude as B ,b.Longitude as L,c.ConvertXValue as OriginX,c.ConvertYValue as OriginY,c.ConvertZValue as OriginZ from safeMonitorMgr.dbo.Mgr_Device as a
right join safeMonitorMgr.dbo.station as b
on a.StationID=b.Id
right join safeMonitorMgr.dbo.HimonitorSyncConfig as c
on c.DeviceID=a.id
where b.ProjectID =84 or b.ProjectID=85
```sql
select a.DeviceName,b.ProjectID,a.id as DeviceId,a.MonTypeID,b.StationCode, b.Latitude as B ,b.Longitude as L,c.ConvertXValue as OriginX,c.ConvertYValue as OriginY,c.ConvertZValue as OriginZ from safeMonitorMgr.dbo.Mgr_Device as a
right join safeMonitorMgr.dbo.station as b
```
on a.StationID=b.Id
```sql
right join safeMonitorMgr.dbo.HimonitorSyncConfig as c
```
on c.DeviceID=a.id
```sql
where b.ProjectID =84 or b.ProjectID=85
```