Commit 9c59f23a by 王祖波

Merge branch 'feature-recommend3' into 'developer'

客户详情建联sourceType

See merge request !2964
parents 0082b8c6 bf916a6e
......@@ -109,7 +109,7 @@ public class ContactLogServiceImpl implements ContactLogService {
params.setStoreId(storeId);
params.setClerkId(clerkId);
params.setEnterpriseId(enterpriseId);
if (bizType!=null) {
if (bizType!=null && !Objects.equals(bizType,-1)) {
boolean checkPotential = checkPotential(memberId, params, bizType);
return !checkPotential ? null : bizType;
} 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