Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crm_java_search
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_server
crm_java_search
Commits
50e6fd68
Commit
50e6fd68
authored
Mar 25, 2019
by
zmj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 联系人查重开启判断
parent
7745b696
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile.lock
+1
-1
lib/crm_java_search/relation_duplicate/relation_service.rb
+1
-1
lib/crm_java_search/version.rb
+1
-1
No files found.
Gemfile.lock
View file @
50e6fd68
PATH
remote: .
specs:
crm_java_search (0.3.
5
)
crm_java_search (0.3.
6
)
GEM
remote: https://rubygems.org/
...
...
lib/crm_java_search/relation_duplicate/relation_service.rb
View file @
50e6fd68
...
...
@@ -92,7 +92,7 @@ module CrmJavaSearch
def
contact_cross
cross
=
{}
if
lead
_cross_enable?
if
contact
_cross_enable?
cross_fields_data_prepare
cross
=
cross_fields_hash
(
contact_cross_fields
,
lead_cross_fields
,
:lead
)
if
cross_contact_lead?
...
...
lib/crm_java_search/version.rb
View file @
50e6fd68
module
CrmJavaSearch
VERSION
=
'0.3.
5
'
VERSION
=
'0.3.
6
'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment