Commit a088c44d by 王祖波

销售线索查询条件修改

parent 78599b52
...@@ -89,8 +89,8 @@ public class InteractRecordApiServiceImpl implements InteractRecordApiService { ...@@ -89,8 +89,8 @@ public class InteractRecordApiServiceImpl implements InteractRecordApiService {
} }
} }
searchQo.setBizTypeList(bizTypeList); searchQo.setBizTypeList(bizTypeList);
} else if (Objects.equals(bizType, ShareBizType.GOODS.getCode())) { } else if (Objects.equals(eventType, ShareBizType.GOODS.getCode())) {
searchQo.setEventTypeList(Lists.newArrayList(MaterialInteractRecordEventType.VISIT_PRODUCT.getCode())); searchQo.setEventTypeList(Lists.newArrayList(MaterialInteractRecordEventType.VISIT_MATERIAL.getCode(),MaterialInteractRecordEventType.VISIT_PRODUCT.getCode()));
if (CollectionUtils.isEmpty(searchQo.getBizTypeList())) { if (CollectionUtils.isEmpty(searchQo.getBizTypeList())) {
bizTypeList = Lists.newArrayList(ShareBizType.GOODS.getCode(),ShareBizType.MULTIPLE_GOODS.getCode()); bizTypeList = Lists.newArrayList(ShareBizType.GOODS.getCode(),ShareBizType.MULTIPLE_GOODS.getCode());
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment