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
d9661f86
Commit
d9661f86
authored
May 27, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改采集问题
parent
eb833983
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ImasterUtils.java
...com/yeejoin/amos/api/householdapi/Utils/ImasterUtils.java
+1
-1
ImasterInverterListDetails.java
...houseapi/entity/tdeingine/ImasterInverterListDetails.java
+2
-2
No files found.
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/Utils/ImasterUtils.java
View file @
d9661f86
...
@@ -217,7 +217,7 @@ public class ImasterUtils {
...
@@ -217,7 +217,7 @@ public class ImasterUtils {
if
(
rules
.
length
>
0
)
{
if
(
rules
.
length
>
0
)
{
for
(
int
i
=
0
;
i
<
rules
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
rules
.
length
;
i
++)
{
if
(
"ACCESS_FREQUENCY_IS_TOO_HIGH"
.
equals
(
jsonObject
.
get
(
rules
[
i
])))
{
if
(
"ACCESS_FREQUENCY_IS_TOO_HIGH"
.
equals
(
jsonObject
.
get
(
rules
[
i
])))
{
logger
.
error
(
"华为数据解析错误():请求系统次数太频繁,无法获取接口数据"
);
logger
.
error
(
"华为数据解析错误(
handlerResponseByResultResolveruleOther
):请求系统次数太频繁,无法获取接口数据"
);
continue
;
continue
;
}
}
try
{
try
{
...
...
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/face/orm/houseapi/entity/tdeingine/ImasterInverterListDetails.java
View file @
d9661f86
...
@@ -19,7 +19,7 @@ public class ImasterInverterListDetails {
...
@@ -19,7 +19,7 @@ public class ImasterInverterListDetails {
Double
mppt_total_cap
;
Double
mppt_total_cap
;
Double
pv24_i
;
Double
pv24_i
;
Double
pv8_u
;
Double
pv8_u
;
Double
open_time
;
String
open_time
;
Double
pv22_u
;
Double
pv22_u
;
Double
a_i
;
Double
a_i
;
Double
pv24_u
;
Double
pv24_u
;
...
@@ -43,7 +43,7 @@ public class ImasterInverterListDetails {
...
@@ -43,7 +43,7 @@ public class ImasterInverterListDetails {
Double
mppt_power
;
Double
mppt_power
;
Double
pv13_u
;
Double
pv13_u
;
int
run_state
;
int
run_state
;
Double
close_time
;
String
close_time
;
Double
pv19_i
;
Double
pv19_i
;
Double
mppt_7_cap
;
Double
mppt_7_cap
;
Double
mppt_5_cap
;
Double
mppt_5_cap
;
...
...
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