Commit 176e8e0c by 毛树良

[chg]:百货:配置读取门店的配置

1 parent 706ef0b7
......@@ -122,11 +122,11 @@ public class PersonRecordServiceImpl implements PersonRecordService {
// 是否是自定义的汽车严格模式
boolean strictMode = strictModeMallIds != null && strictModeMallIds.contains(mallId);
long excludePersonTime = getExcludePersonTime(mallId);
int filterAttention = getFilterAttention(mallId);
EffectVisitorsConfig effectVisitorsConfig = getEffectVisitors(mallId);
Integer personGroupMaxNum = getPersonGroupMaxNum(mallId);
int batchStatisticsModel = getBatchStatisticsModel(mallId);
long excludePersonTime = getExcludePersonTime(storeId);
int filterAttention = getFilterAttention(storeId);
EffectVisitorsConfig effectVisitorsConfig = getEffectVisitors(storeId);
Integer personGroupMaxNum = getPersonGroupMaxNum(storeId);
int batchStatisticsModel = getBatchStatisticsModel(storeId);
if (batchStatisticsModel == 1) {
// 标准模式,所有顾客都参与计算.
effectVisitorsConfig.setUseTime(false);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!