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
9b0323c3
Commit
9b0323c3
authored
Dec 10, 2024
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改统计问题
parent
7f8ab361
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
TdHygfJpInverterWarnController.java
...e/hygf/biz/controller/TdHygfJpInverterWarnController.java
+3
-3
TdHygfJpInverterWarnServiceImpl.java
...ygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/TdHygfJpInverterWarnController.java
View file @
9b0323c3
...
...
@@ -334,9 +334,9 @@ public class TdHygfJpInverterWarnController extends BaseController {
Map
<
String
,
Object
>
result
=
new
HashMap
<>();
int
wcl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"未处理"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
int
ycl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"已处理"
,
"已恢复"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
int
wcl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"未处理"
,
"未确认"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
int
ycl
=
tdHygfJpInverterWarnServiceImpl
.
selectWarnTotal
(
Arrays
.
asList
(
"已处理"
,
"已恢复"
,
"已关闭"
),
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
result
.
put
(
"wcl"
,
wcl
);
result
.
put
(
"ycl"
,
ycl
);
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/TdHygfJpInverterWarnServiceImpl.java
View file @
9b0323c3
...
...
@@ -190,11 +190,11 @@ public class TdHygfJpInverterWarnServiceImpl
return
tdHygfJpInverterWarnMapper
.
selectWarnListTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
,
level
,
minvalue
,
maxValue
,
snCode
,
stationId
,
startTime
,
endTime
,
content
,
handlerStatus
,
stationName
);
}
public
int
selectWarnTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
public
int
selectWarnTotal
(
List
<
String
>
state
,
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
)
{
return
tdHygfJpInverterWarnMapper
.
selectWarnTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
return
tdHygfJpInverterWarnMapper
.
selectWarnTotal
(
state
,
regionalCompaniesCode
,
amosCompanyCode
,
thirdStationId
,
type
);
}
public
Map
<
String
,
Object
>
queryAlarmNumber
(
String
regionalCompaniesCode
,
String
amosCompanyCode
,
String
thirdStationId
,
String
type
)
{
...
...
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