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 155bc25d
authored
Jul 14, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改跳转路径
1 parent
37929464
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 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 @
155bc25
...
...
@@ -168,7 +168,7 @@ public class WorkbenchServiceImpl implements WorkbenchService {
private
List
<
WorkbenchSummaryResp
.
ValueDTO
>
packValueAppointmentMethod
(
HashMap
<
String
,
Long
>
summary
)
{
List
<
WorkbenchSummaryResp
.
ValueDTO
>
items
=
new
ArrayList
<>();
String
urlName
=
"
Workb
enchManage"
;
String
urlName
=
"
DispatchB
enchManage"
;
Long
manualDealing
=
summary
.
getOrDefault
(
"manualDealing"
,
0L
);
Long
manualTotal
=
summary
.
getOrDefault
(
"manualTotal"
,
0L
);
Long
autoDealing
=
summary
.
getOrDefault
(
"autoDealing"
,
0L
);
...
...
@@ -192,8 +192,7 @@ public class WorkbenchServiceImpl implements WorkbenchService {
private
List
<
WorkbenchSummaryResp
.
ValueDTO
>
packValueOrderStatus
(
HashMap
<
String
,
Long
>
summary
)
{
List
<
WorkbenchSummaryResp
.
ValueDTO
>
items
=
new
ArrayList
<>();
String
urlName
=
"WorkbenchManage"
;
String
urlName
=
"DispatchBenchManage"
;
Long
assigned
=
summary
.
getOrDefault
(
"ASSIGNED"
,
0L
);
Long
contacted
=
summary
.
getOrDefault
(
"CONTACTED"
,
0L
);
Long
departed
=
summary
.
getOrDefault
(
"DEPARTED"
,
0L
);
...
...
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