Commit a3ecef4e by 王祖波

区经不能建联

parent e0bc23b9
...@@ -96,7 +96,7 @@ public class ContactLogServiceImpl implements ContactLogService { ...@@ -96,7 +96,7 @@ public class ContactLogServiceImpl implements ContactLogService {
} }
CustomerDTO params = new CustomerDTO(); CustomerDTO params = new CustomerDTO();
int clerkType = clerkDTO.getClerkType(); int clerkType = clerkDTO.getClerkType();
if (clerkType > 2) { if (clerkType >= 2) {
return false; return false;
} }
String clerkId = clerkDTO.getClerkId(); 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