Commit 9d6b45dd by 王祖波

Merge branch 'feature-recommend3' into 'developer'

区经不能建联

See merge request !2962
parents f955362c a3ecef4e
......@@ -96,7 +96,7 @@ public class ContactLogServiceImpl implements ContactLogService {
}
CustomerDTO params = new CustomerDTO();
int clerkType = clerkDTO.getClerkType();
if (clerkType > 2) {
if (clerkType >= 2) {
return false;
}
String clerkId = clerkDTO.getClerkId();
......
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