Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
e451e843
Commit
e451e843
authored
Jul 25, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
手机号
parent
5b9fd48b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
KeyDataLinkBO.java
...m/gic/haoban/manage/service/pojo/bo/hm/KeyDataLinkBO.java
+6
-6
HmLinkApiServiceImpl.java
...age/service/service/out/impl/hm/HmLinkApiServiceImpl.java
+1
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/pojo/bo/hm/KeyDataLinkBO.java
View file @
e451e843
...
@@ -11,14 +11,14 @@ public class KeyDataLinkBO implements Serializable{
...
@@ -11,14 +11,14 @@ public class KeyDataLinkBO implements Serializable{
private
String
unionid
;
private
String
unionid
;
private
Long
hmId
;
private
Long
hmId
;
private
Long
linkId
;
private
Long
linkId
;
private
String
phon
e
;
private
String
mobil
e
;
public
String
get
Phon
e
()
{
public
String
get
Mobil
e
()
{
return
phon
e
;
return
mobil
e
;
}
}
public
void
set
Phone
(
String
phon
e
)
{
public
void
set
Mobile
(
String
mobil
e
)
{
this
.
phone
=
phon
e
;
this
.
mobile
=
mobil
e
;
}
}
public
String
getUnionid
()
{
public
String
getUnionid
()
{
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/hm/HmLinkApiServiceImpl.java
View file @
e451e843
...
@@ -377,7 +377,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
...
@@ -377,7 +377,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
bo
.
setLinkId
(
linkId
);
bo
.
setLinkId
(
linkId
);
bo
.
setHmId
(
hm
.
getHmId
());
bo
.
setHmId
(
hm
.
getHmId
());
if
(
StringUtils
.
isNotBlank
(
mixPhone
)
&&
StringUtils
.
isNotBlank
(
mobile
))
{
if
(
StringUtils
.
isNotBlank
(
mixPhone
)
&&
StringUtils
.
isNotBlank
(
mobile
))
{
bo
.
set
Phon
e
(
mobile
);
bo
.
set
Mobil
e
(
mobile
);
}
}
String
dthmKey
=
this
.
keyDataService
.
saveDataForLink
(
enterpriseId
,
bo
);
String
dthmKey
=
this
.
keyDataService
.
saveDataForLink
(
enterpriseId
,
bo
);
remarkMap
.
put
(
"dthmKey"
,
dthmKey
);
remarkMap
.
put
(
"dthmKey"
,
dthmKey
);
...
...
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