Commit 50e6fd68 by zmj

fix 联系人查重开启判断

parent 7745b696
PATH PATH
remote: . remote: .
specs: specs:
crm_java_search (0.3.5) crm_java_search (0.3.6)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
......
...@@ -92,7 +92,7 @@ module CrmJavaSearch ...@@ -92,7 +92,7 @@ module CrmJavaSearch
def contact_cross def contact_cross
cross = {} cross = {}
if lead_cross_enable? if contact_cross_enable?
cross_fields_data_prepare cross_fields_data_prepare
cross = cross =
cross_fields_hash(contact_cross_fields, lead_cross_fields, :lead) if cross_contact_lead? cross_fields_hash(contact_cross_fields, lead_cross_fields, :lead) if cross_contact_lead?
......
module CrmJavaSearch module CrmJavaSearch
VERSION = '0.3.5' VERSION = '0.3.6'
end end
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