Commit 346c3f3b by zhuhaitao

[chg]荣威没识别出接待记录也能算有效顾客;

1 parent d608897b
......@@ -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;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!