Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
朱海
/
VVAS-PicGroup
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 346c3f3b
authored
Apr 26, 2025
by
zhuhaitao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]荣威没识别出接待记录也能算有效顾客;
1 parent
d608897b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
View file @
346c3f3
...
...
@@ -219,9 +219,9 @@ public class PersonRecordServiceImpl implements PersonRecordService {
log
.
info
(
"门店:{}严格模式过滤"
,
mallId
);
// 严格模式,没接待,或没看车,就过滤
if
(
filterAttention
==
1
)
{
if
(
dPersonRecord
.
getReceptionCount
()
==
0
)
{
continue
;
}
//
if (dPersonRecord.getReceptionCount() == 0) {
//
continue;
//
}
List
<
DPersonTrackDetail
>
personTrackDetailList
=
dPersonRecord
.
getPersonTrackDetailList
();
if
(
CollectionUtils
.
isEmpty
(
personTrackDetailList
))
{
continue
;
...
...
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