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
941db9d2
Commit
941db9d2
authored
Nov 02, 2021
by
高建强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item:修改初始化告警查询
parent
94f12997
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
application.properties
...ireAutoSysStart/src/main/resources/application.properties
+2
-2
dbTemplate_equipment_specific_index.xml
...sources/db/mapper/dbTemplate_equipment_specific_index.xml
+1
-1
No files found.
YeeAmosFireAutoSysStart/src/main/resources/application.properties
View file @
941db9d2
...
...
@@ -38,7 +38,7 @@ logging.level.com.yeejoin.amos.fas.business.dao.mapper=debug
#liquibase
spring.liquibase.change-log
=
classpath:/db/changelog/changelog-master.xml
spring.liquibase.enabled
=
true
param.system.online.date
=
20
19-02-12
param.system.online.date
=
20
21-10-12
spring.servlet.multipart.max-file-size
=
20MB
spring.servlet.multipart.max-request-size
=
20MB
...
...
@@ -78,7 +78,7 @@ amos.feign.gennerator.use-gateway=true
autoSys.push.type
=
mqtt
# 3D告警初始化
autoSys.alarm.nameKeys
=
fireAlarm,fault,shield
autoSys.alarm.nameKeys
=
BREAKDOWN,FIREALARM,SHIELD
autoSys.alarm.status
=
2,3
autoSys.alarm.value
=
true
...
...
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_equipment_specific_index.xml
View file @
941db9d2
...
...
@@ -83,7 +83,7 @@
<if
test=
"list != null and list.length > 0"
>
AND
<foreach
collection=
"list"
item=
"item"
index=
"index"
open=
"("
close=
")"
separator=
"OR"
>
wei.
name_key
= #{item}
wei.
type_code
= #{item}
</foreach>
</if>
GROUP BY
...
...
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