Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b8b06d69
authored
Aug 03, 2023
by
王力
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_mp2jpa0803' into 'develop'
修改 See merge request !321
2 parents
6832a6e1
a28a329c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/WorkbenchServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/WorkbenchServiceImpl.java
View file @
b8b06d6
...
@@ -193,8 +193,8 @@ public class WorkbenchServiceImpl implements WorkbenchService {
...
@@ -193,8 +193,8 @@ public class WorkbenchServiceImpl implements WorkbenchService {
Long
autoTotal
=
0L
;
Long
autoTotal
=
0L
;
Long
total
=
0L
;
Long
total
=
0L
;
for
(
Map
<
String
,
Object
>
result
:
results
)
{
for
(
Map
<
String
,
Object
>
result
:
results
)
{
String
method
=
(
String
)
result
.
get
(
"appointment
_m
ethod"
);
String
method
=
(
String
)
result
.
get
(
"appointment
M
ethod"
);
String
status
=
(
String
)
result
.
get
(
"appointment
_s
tatus"
);
String
status
=
(
String
)
result
.
get
(
"appointment
S
tatus"
);
Long
count
=
(
long
)
result
.
get
(
"count"
);
Long
count
=
(
long
)
result
.
get
(
"count"
);
total
+=
count
;
total
+=
count
;
...
@@ -221,7 +221,7 @@ public class WorkbenchServiceImpl implements WorkbenchService {
...
@@ -221,7 +221,7 @@ public class WorkbenchServiceImpl implements WorkbenchService {
HashMap
<
String
,
Long
>
map
=
new
HashMap
<>();
HashMap
<
String
,
Long
>
map
=
new
HashMap
<>();
for
(
Map
<
String
,
Object
>
result
:
results
)
{
for
(
Map
<
String
,
Object
>
result
:
results
)
{
String
status
=
(
String
)
result
.
get
(
"service
_s
tatus"
);
String
status
=
(
String
)
result
.
get
(
"service
S
tatus"
);
Long
count
=
(
long
)
result
.
get
(
"count"
);
Long
count
=
(
long
)
result
.
get
(
"count"
);
map
.
put
(
status
,
count
);
map
.
put
(
status
,
count
);
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment