Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
909d27d0
Commit
909d27d0
authored
Jul 22, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改预警排序
parent
47e12325
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
HealthStatusIndicatorServiceImpl.java
...op/biz/service/impl/HealthStatusIndicatorServiceImpl.java
+1
-1
application-dev1.properties
...nalyse-biz/src/main/resources/application-dev1.properties
+5
-0
application.properties
...iop-analyse-biz/src/main/resources/application.properties
+3
-3
McbWarningMapper.xml
...pi/src/main/resources/mapper/warning/McbWarningMapper.xml
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/HealthStatusIndicatorServiceImpl.java
View file @
909d27d0
...
...
@@ -741,7 +741,7 @@ public class HealthStatusIndicatorServiceImpl {
wrapper
.
orderByAsc
(
PvHealthIndexHour:
:
getTs
);
List
<
PvHealthIndexHour
>
healthIndices
=
pvHealthIndexHourMapper
.
selectList
(
wrapper
);
List
<
String
>
collect
=
healthIndices
.
stream
().
map
(
PvHealthIndexHour:
:
getAnalysisObjSeq
).
collect
(
Collectors
.
toList
());
if
(
null
==
healthIndices
)
{
if
(
null
==
healthIndices
||
collect
==
null
||
collect
.
isEmpty
()
)
{
return
;
}
LambdaQueryWrapper
<
IdxBizPvWarningRuleSet
>
queryWrapper
=
new
LambdaQueryWrapper
<>();
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application-dev1.properties
View file @
909d27d0
...
...
@@ -198,3 +198,7 @@ base.url.GKHF=http://139.9.171.247:8052/intelligent-analysis/working-condition-d
base.url.ZXZ
=
http://139.9.171.247:8052/intelligent-analysis/central-value
#ָ���������㷨����
base.url.zsfx
:
http://139.9.171.247:8052/intelligent-analysis/index-analysis
forecast.url
=
logic
=
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application.properties
View file @
909d27d0
...
...
@@ -2,7 +2,7 @@ spring.application.name=AMOS-JXIOP-ANALYSE-CZ
server.servlet.context-path
=
/jxiop-analyse
server.port
=
33400
server.uri-encoding
=
UTF-8
spring.profiles.active
=
kingbase8
spring.profiles.active
=
dev1
spring.jackson.time-zone
=
GMT+8
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
logging.config
=
classpath:logback-${spring.profiles.active}.xml
...
...
@@ -90,4 +90,4 @@ healthValue_HourCount=6
healthValue_MinCount
=
5
##是否打开健康计算计算 true 打开 false 关闭
openHealth
=
true
\ No newline at end of file
openHealth
=
false
\ No newline at end of file
amos-boot-system-jxiop/amos-boot-module-jxiop-api/src/main/resources/mapper/warning/McbWarningMapper.xml
View file @
909d27d0
...
...
@@ -160,7 +160,7 @@
</if>
</where>
ORDER BY
log.
REC
_DATE DESC
log.
CREATE
_DATE DESC
LIMIT #{start}, #{size}
</select>
...
...
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