不同工程下项目名可重复校验

This commit is contained in:
huangzj
2023-08-10 10:14:13 +08:00
parent 123fdf4f04
commit 59ffec30e5
4 changed files with 12 additions and 9 deletions

View File

@@ -38,7 +38,8 @@
b.name projectName,
c.id equipmentId,
c.name equipmentName,
c.create_time createTime
c.create_time createTime,
c.run_status
FROM
(select * from cs_ledger where LEVEL = 0 ) a,
(select * from cs_ledger where LEVEL = 1 ) b,