Commit 107edbfe by dongfeng

fix const error

parent 752f2ee6
......@@ -55,7 +55,7 @@ module CrmJavaSearch
end
def cross_field_from_setting
::RelationDuplicate::RelationService.new(@organization).send("#{@entity.class.name.underscore}_cross")[@custom_field.name]
RelationDuplicate::RelationService.new(@organization).send("#{@entity.class.name.underscore}_cross")[@custom_field.name]
end
def get_cross_fields
......
module CrmJavaSearch
VERSION = '0.3.4'
VERSION = '0.3.5'
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