Commit bf916a6e by 王祖波

客户详情建联sourceType

parent 5385318b
......@@ -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