Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
refined-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
refined-platform
Commits
b555f110
Commit
b555f110
authored
Apr 08, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加消息发送
parent
c512eea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
refined-manager/src/main/java/com/mortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
...ortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
+2
-2
No files found.
refined-manager/src/main/java/com/mortals/xhx/daemon/task/SyncAppointWaitAndFinTaskImpl.java
View file @
b555f110
...
...
@@ -208,7 +208,7 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService {
if
(!
ObjectUtils
.
isEmpty
(
careRecordsEntities
))
{
careRecordsEntities
.
forEach
(
item
->
{
FinPersonInfo
finPersonInfo
=
waitMap
.
get
(
item
.
getWaitId
());
item
.
setProcessStatus
(
ProcessStatusEnum
.
接件结束
.
getValue
());
item
.
setProcessStatus
(
ProcessStatusEnum
.
办理中
.
getValue
());
item
.
setCallTime
(
finPersonInfo
.
getCalltime
());
Long
diff
=
DateUtil
.
between
(
item
.
getTakeTime
(),
finPersonInfo
.
getCalltime
(),
DateUnit
.
SECOND
);
if
(!
ObjectUtils
.
isEmpty
(
finPersonInfo
.
getAvgWaitTime
()))
{
...
...
@@ -256,7 +256,7 @@ public class SyncAppointWaitAndFinTaskImpl implements ITaskExcuteService {
EndPersonInfo
endPersonInfo
=
endMap
.
get
(
item
.
getWaitId
());
item
.
setProcessStatus
(
ProcessStatusEnum
.
办理结束
.
getValue
());
item
.
setEndTime
(
endPersonInfo
.
getEndtime
());
Long
diff
=
DateUtil
.
between
(
item
.
getCallTime
(),
endPersonInfo
.
getEndtime
(),
DateUnit
.
MINUTE
);
Long
diff
=
DateUtil
.
between
(
item
.
getCallTime
(),
endPersonInfo
.
getEndtime
(),
DateUnit
.
SECOND
);
if
(!
ObjectUtils
.
isEmpty
(
endPersonInfo
.
getAvgHandleTime
()))
{
int
avgWait
=
endPersonInfo
.
getAvgHandleTime
();
...
...
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