Commit 6f38c6e2 by 王祖波

只查该导购的

parent 5045b189
......@@ -244,6 +244,8 @@ public class PotentialDataController {
contact.setContactType(0);
params.setStoreId(storeId);
params.setClerkId(clerkId);
// 只查该导购的
params.setClerkType("0");
params.setEnterpriseId(enterpriseId);
params.setWxEnterpriseId(wxEnterpriseId);
params.setContactParamDTO(contact);
......
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