Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
f8ce56b6
Commit
f8ce56b6
authored
Mar 21, 2022
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改右侧边栏按名称搜索
parent
2dfe3187
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
dbTemplate_view3d.xml
...sStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
+11
-0
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_view3d.xml
View file @
f8ce56b6
...
...
@@ -322,6 +322,7 @@
(
SELECT
r.`code`,
r.`name`,
r.org_code AS orgCode,
'riskSource' AS typeCode,
r.id AS riskSourceId
...
...
@@ -336,6 +337,7 @@
UNION ALL
SELECT
p.point_no AS code,
p.`name`,
p.org_code AS orgCode,
'patrol' AS typeCode,
p.risk_source_id AS riskSourceId
...
...
@@ -347,6 +349,7 @@
UNION ALL
SELECT
e.`code`,
e.`name`,
e.org_code AS orgCode,
'impEquipment' AS typeCode,
e.risk_source_id AS riskSourceId
...
...
@@ -356,6 +359,7 @@
UNION ALL
SELECT
m.`code` AS code,
m.`name`,
m.org_code AS orgCode,
'monitorEquipment' AS typeCode,
risk.id AS riskSourceId
...
...
@@ -379,6 +383,7 @@
UNION ALL
SELECT
vi.`code`,
vi.`name`,
vi.org_code AS orgCode,
'video' AS typeCode,
vis.source_id AS riskSourceId
...
...
@@ -391,6 +396,7 @@
UNION ALL
SELECT
spe.`code` AS code,
spe.`name`,
spe.org_code AS orgCode,
'fireEquipment' AS typeCode,
str.source_id AS riskSourceId
...
...
@@ -407,6 +413,7 @@
UNION ALL
SELECT
s.`code`,
s.`name`,
s.orgCode,
'fireEquipment' AS typeCode,
r.id AS riskSourceId
...
...
@@ -450,6 +457,7 @@
UNION ALL
SELECT
car.car_num AS code,
car.`name`,
car.org_code AS orgCode,
'fireEquipment' AS typeCode,
#{riskSourceId} as riskSourceId
...
...
@@ -460,6 +468,7 @@
UNION ALL
SELECT
spe.`code` AS code,
spe.`name`,
spe.org_code AS orgCode,
'fireEquipment' AS typeCode,
risk.id AS riskSourceId
...
...
@@ -477,6 +486,7 @@
UNION ALL
SELECT
s.`code`,
s.`name`,
s.orgCode,
'fireEquipment' AS typeCode,
r.id AS riskSourceId
...
...
@@ -525,6 +535,7 @@
UNION ALL
SELECT
s.`code`,
s.`name`,
s.orgCode,
'fireEquipment' AS typeCode,
r.id AS riskSourceId
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment