Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
1a51ae3a
Commit
1a51ae3a
authored
Oct 27, 2022
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片提交
parent
8070bdc2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
FireFightingSystemMapper.xml
...ip/src/main/resources/mapper/FireFightingSystemMapper.xml
+4
-0
No files found.
amos-boot-system-equip/src/main/resources/mapper/FireFightingSystemMapper.xml
View file @
1a51ae3a
...
@@ -5105,6 +5105,7 @@
...
@@ -5105,6 +5105,7 @@
<select
id=
"getStockEquipStatistics"
resultType=
"java.util.Map"
>
<select
id=
"getStockEquipStatistics"
resultType=
"java.util.Map"
>
SELECT
SELECT
'本月已报废' AS `content`,
'本月已报废' AS `content`,
'upload/equipment_category_icon/byybf.png' AS image,
(
(
SELECT
SELECT
count( 1 )
count( 1 )
...
@@ -5118,6 +5119,7 @@
...
@@ -5118,6 +5119,7 @@
) AS countNum UNION ALL
) AS countNum UNION ALL
SELECT
SELECT
'累计报废装备' AS `content`,
'累计报废装备' AS `content`,
'upload/equipment_category_icon/ljbf.png' AS image,
(
(
SELECT
SELECT
count( 1 )
count( 1 )
...
@@ -5130,6 +5132,7 @@
...
@@ -5130,6 +5132,7 @@
) AS countNum UNION ALL
) AS countNum UNION ALL
SELECT
SELECT
'超期未报废' AS `content`,
'超期未报废' AS `content`,
'upload/equipment_category_icon/cqwbf.png' AS image,
(
(
SELECT
SELECT
count( es.id )
count( es.id )
...
@@ -5147,6 +5150,7 @@
...
@@ -5147,6 +5150,7 @@
) AS countNum UNION ALL
) AS countNum UNION ALL
SELECT
SELECT
'近2月临期设备' AS `content`,
'近2月临期设备' AS `content`,
'upload/equipment_category_icon/j2ylqsb.png' AS image,
(
(
SELECT
SELECT
count( es.id )
count( es.id )
...
...
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