Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
0d61a6f3
Commit
0d61a6f3
authored
Nov 13, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改监盘统计接口
parent
7f99716c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
JpStationController.java
.../boot/module/hygf/biz/controller/JpStationController.java
+5
-5
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/JpStationController.java
View file @
0d61a6f3
...
@@ -429,7 +429,7 @@ public class JpStationController extends BaseController {
...
@@ -429,7 +429,7 @@ public class JpStationController extends BaseController {
collector
.
put
(
"zx"
,
0
);
collector
.
put
(
"zx"
,
0
);
collector
.
put
(
"bj"
,
0
);
collector
.
put
(
"bj"
,
0
);
collector
.
put
(
"lx"
,
0
);
collector
.
put
(
"lx"
,
0
);
List
<
Map
<
String
,
Object
>>
list
=
jpStation
Mapper
.
getcountState
(
reviewDto
);
List
<
Map
<
String
,
Object
>>
list
=
jpStation
ServiceImpl
.
getcountState
(
reviewDto
);
if
(
list
!=
null
&&!
list
.
isEmpty
()){
if
(
list
!=
null
&&!
list
.
isEmpty
()){
for
(
Map
<
String
,
Object
>
map
:
list
)
{
for
(
Map
<
String
,
Object
>
map
:
list
)
{
if
(
"在线"
.
equals
(
map
.
get
(
"state"
).
toString
())){
if
(
"在线"
.
equals
(
map
.
get
(
"state"
).
toString
())){
...
@@ -441,10 +441,10 @@ public class JpStationController extends BaseController {
...
@@ -441,10 +441,10 @@ public class JpStationController extends BaseController {
}
}
}
}
}
}
Map
<
String
,
Object
>
js
=
jpStation
Mapper
.
getcountStatejs
(
reviewDto
);
Map
<
String
,
Object
>
js
=
jpStation
ServiceImpl
.
getcountStatejs
(
reviewDto
);
Map
<
String
,
Object
>
tc
=
jpStation
Mapper
.
getcountStatetc
(
reviewDto
);
Map
<
String
,
Object
>
tc
=
jpStation
ServiceImpl
.
getcountStatetc
(
reviewDto
);
Map
<
String
,
Object
>
jr
=
jpStation
Mapper
.
getcountStatejr
(
reviewDto
);
Map
<
String
,
Object
>
jr
=
jpStation
ServiceImpl
.
getcountStatejr
(
reviewDto
);
Map
<
String
,
Object
>
zs
=
jpStationMapper
.
getcount
(
reviewDto
);
Map
<
String
,
Object
>
zs
=
jpStationServiceImpl
.
getcount
(
reviewDto
);
collector
.
put
(
"js"
,
js
.
get
(
"num"
));
collector
.
put
(
"js"
,
js
.
get
(
"num"
));
collector
.
put
(
"tc"
,
tc
.
get
(
"num"
));
collector
.
put
(
"tc"
,
tc
.
get
(
"num"
));
...
...
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