initial import
This commit is contained in:
4
sql/diagnostic_infos.sql
Normal file
4
sql/diagnostic_infos.sql
Normal file
@ -0,0 +1,4 @@
|
||||
select t.sn,h.*
|
||||
from tms_heart_beat h
|
||||
inner join tms_terminal t on h.terminal_id=t.id
|
||||
order by h.create_ts desc
|
||||
Reference in New Issue
Block a user