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 176e8e0c
authored
Oct 31, 2025
by
毛树良
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]:百货:配置读取门店的配置
1 parent
706ef0b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
View file @
176e8e0
...
...
@@ -122,11 +122,11 @@ public class PersonRecordServiceImpl implements PersonRecordService {
// 是否是自定义的汽车严格模式
boolean
strictMode
=
strictModeMallIds
!=
null
&&
strictModeMallIds
.
contains
(
mallId
);
long
excludePersonTime
=
getExcludePersonTime
(
mall
Id
);
int
filterAttention
=
getFilterAttention
(
mall
Id
);
EffectVisitorsConfig
effectVisitorsConfig
=
getEffectVisitors
(
mall
Id
);
Integer
personGroupMaxNum
=
getPersonGroupMaxNum
(
mall
Id
);
int
batchStatisticsModel
=
getBatchStatisticsModel
(
mall
Id
);
long
excludePersonTime
=
getExcludePersonTime
(
store
Id
);
int
filterAttention
=
getFilterAttention
(
store
Id
);
EffectVisitorsConfig
effectVisitorsConfig
=
getEffectVisitors
(
store
Id
);
Integer
personGroupMaxNum
=
getPersonGroupMaxNum
(
store
Id
);
int
batchStatisticsModel
=
getBatchStatisticsModel
(
store
Id
);
if
(
batchStatisticsModel
==
1
)
{
// 标准模式,所有顾客都参与计算.
effectVisitorsConfig
.
setUseTime
(
false
);
...
...
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