This commit is contained in:
huangzj
2023-09-18 13:56:10 +08:00
parent c6729d0c33
commit 5b8963ed8d
6 changed files with 17 additions and 9 deletions

View File

@@ -39,7 +39,8 @@
c.name equipmentName,
c.create_time createTime,
c.run_status,
c.mac mac
c.mac mac,
c.process process
FROM
(select * from cs_ledger where LEVEL = 0 ) a,
(select * from cs_ledger where LEVEL = 1 ) b,