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
44e98378
Commit
44e98378
authored
Aug 06, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改分析光伏预警生成数据不对
parent
1b4afc39
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
CommonServiceImpl.java
...boot/module/jxiop/biz/service/impl/CommonServiceImpl.java
+0
-2
HealthStatusIndicatorServiceImpl.java
...op/biz/service/impl/HealthStatusIndicatorServiceImpl.java
+0
-12
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/CommonServiceImpl.java
View file @
44e98378
...
...
@@ -2430,7 +2430,6 @@ public class CommonServiceImpl {
*
* @param fanHealthIndices
*/
@Async
public
void
insertFanDataTDEngine
(
ArrayList
<
FanHealthIndex
>
fanHealthIndices
,
String
recDate
,
String
analysisType
)
{
idxFanHealthIndexMapper
.
deleteAllDataByTableName
(
"fan_health_index_latest_data"
,
analysisType
);
// 按时刻 - 测点插入
...
...
@@ -2988,7 +2987,6 @@ public class CommonServiceImpl {
*
* @param pvHealthIndices
*/
@Async
public
void
insertPvDataTDEngine
(
ArrayList
<
PvHealthIndex
>
pvHealthIndices
,
String
recDate
,
String
analysisType
)
{
idxFanHealthIndexMapper
.
deleteAllDataByTableName
(
"pv_health_index_latest_data"
,
analysisType
);
...
...
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 @
44e98378
...
...
@@ -167,7 +167,6 @@ public class HealthStatusIndicatorServiceImpl {
*/
// @Scheduled(cron = "0 0 */1 * * ?")
@Async
(
"async"
)
public
void
healthWarningMinuteGF
(
Date
time
)
{
String
format
=
DateUtil
.
format
(
time
,
"yyyy-MM-dd HH:mm:00"
);
// Date date = DateUtils.dateAddHours(time, -8);
...
...
@@ -545,7 +544,6 @@ public class HealthStatusIndicatorServiceImpl {
//
// }
@Async
(
"async"
)
public
void
healthWarningMinuteGF
(
Date
time
,
String
gatewayId
)
{
if
(!
openHealth
)
{
return
;
...
...
@@ -753,7 +751,6 @@ public class HealthStatusIndicatorServiceImpl {
*/
// @Scheduled(cron = "0 0 0/1 * * ?")
@Async
(
"async"
)
public
void
healthWarningHourGF
()
{
if
(!
openHealth
)
{
return
;
...
...
@@ -959,7 +956,6 @@ public class HealthStatusIndicatorServiceImpl {
// @Scheduled(cron = "0 0 0/1 * * ?")
// @Scheduled(cron = "0 0/5 * * * ?")
@Async
(
"async"
)
public
void
healthWarningHourGFNew
()
{
if
(!
openHealth
)
{
...
...
@@ -1181,7 +1177,6 @@ public class HealthStatusIndicatorServiceImpl {
*/
// @Scheduled(cron = "0 0 0 0/1 * ? ")
@Async
(
"async"
)
public
void
healthWarningDayGF
()
{
if
(!
openHealth
)
{
return
;
...
...
@@ -1390,7 +1385,6 @@ public class HealthStatusIndicatorServiceImpl {
}
// @Scheduled(cron = "0 0 0 0/1 * ? ")
@Async
(
"async"
)
public
void
healthWarningDayGFNew
()
{
if
(!
openHealth
)
{
return
;
...
...
@@ -1611,7 +1605,6 @@ public class HealthStatusIndicatorServiceImpl {
}
// @Scheduled(cron = "0 0 */1 * * ?")
@Async
(
"async"
)
public
void
healthWarningMinute
(
Date
time
)
{
if
(!
openHealth
)
{
return
;
...
...
@@ -1836,7 +1829,6 @@ public class HealthStatusIndicatorServiceImpl {
fetchDataFan
(
tdFanWarningRecordList
,
stationMap
);
}
@Async
(
"async"
)
// @PostConstruct
public
void
healthWarningMinute
(
Date
time
,
String
gatewayId
)
{
if
(!
openHealth
)
{
...
...
@@ -2069,7 +2061,6 @@ public class HealthStatusIndicatorServiceImpl {
*/
// @Scheduled(cron = "0 0 0/1 * * ?")
@Async
(
"async"
)
// @PostConstruct
public
void
healthWarningHour
()
{
// if (!openHealth) {
...
...
@@ -2294,7 +2285,6 @@ public class HealthStatusIndicatorServiceImpl {
}
// @Scheduled(cron = "0 0 0/1 * * ?")
@Async
(
"async"
)
public
void
healthWarningHourNew
()
{
if
(!
openHealth
)
{
return
;
...
...
@@ -2517,7 +2507,6 @@ public class HealthStatusIndicatorServiceImpl {
*/
// @Scheduled(cron = "0 0 0 0/1 * ? ")
@Async
(
"async"
)
public
void
healthWarningDay
()
{
if
(!
openHealth
)
{
return
;
...
...
@@ -2734,7 +2723,6 @@ public class HealthStatusIndicatorServiceImpl {
}
// @Scheduled(cron = "0 0 0 0/1 * ? ")
@Async
(
"async"
)
public
void
healthWarningDayNew
()
{
if
(!
openHealth
)
{
return
;
...
...
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