Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-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
赵啸非
bill-platform
Commits
296843e8
Commit
296843e8
authored
Jul 23, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计排除排队中呼叫转移的号码
parent
16459963
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
bill-manager/src/main/java/com/mortals/xhx/module/ph/service/impl/PhQueueStatServiceImpl.java
...ls/xhx/module/ph/service/impl/PhQueueStatServiceImpl.java
+5
-1
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/ph/service/impl/PhQueueStatServiceImpl.java
View file @
296843e8
...
@@ -56,6 +56,8 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
...
@@ -56,6 +56,8 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
phQueueQuery
.
setSiteId
(
entity
.
getSiteId
());
phQueueQuery
.
setSiteId
(
entity
.
getSiteId
());
phQueueQuery
.
setTaketimeStart
(
currentDate
);
phQueueQuery
.
setTaketimeStart
(
currentDate
);
phQueueQuery
.
setTaketimeEnd
(
currentDate
);
phQueueQuery
.
setTaketimeEnd
(
currentDate
);
//排除掉呼叫转移的号码
phQueueQuery
.
setFormernumList
(
Arrays
.
asList
(
""
));
List
<
PhQueueEntity
>
phQueueEntities
=
phQueueService
.
find
(
phQueueQuery
);
List
<
PhQueueEntity
>
phQueueEntities
=
phQueueService
.
find
(
phQueueQuery
);
...
@@ -78,7 +80,9 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
...
@@ -78,7 +80,9 @@ public class PhQueueStatServiceImpl extends AbstractCRUDServiceImpl<PhQueueStatD
private
void
updateSitePhCount
(
PhQueueStatEntity
entity
,
List
<
PhQueueEntity
>
phQueueEntities
)
{
private
void
updateSitePhCount
(
PhQueueStatEntity
entity
,
List
<
PhQueueEntity
>
phQueueEntities
)
{
PhQueueStatEntity
phQueueStatEntity
=
this
.
selectOne
(
new
PhQueueStatQuery
()
PhQueueStatQuery
phQueueStatQuery
=
new
PhQueueStatQuery
();
PhQueueStatEntity
phQueueStatEntity
=
this
.
selectOne
(
phQueueStatQuery
.
siteId
(
entity
.
getSiteId
())
.
siteId
(
entity
.
getSiteId
())
.
year
(
entity
.
getYear
())
.
year
(
entity
.
getYear
())
.
month
(
entity
.
getMonth
())
.
month
(
entity
.
getMonth
())
...
...
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