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
81db3fa3
Commit
81db3fa3
authored
Sep 25, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
鸿星尔克
parent
5ac50c6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
MessageApiServiceImpl.java
...anage/service/service/out/impl/MessageApiServiceImpl.java
+11
-3
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MessageApiServiceImpl.java
View file @
81db3fa3
...
@@ -205,9 +205,9 @@ public class MessageApiServiceImpl implements MessageApiService {
...
@@ -205,9 +205,9 @@ public class MessageApiServiceImpl implements MessageApiService {
Set
<
String
>
wxSet
=
Sets
.
newHashSet
(
Set
<
String
>
wxSet
=
Sets
.
newHashSet
(
// 鸿星尔克
// 鸿星尔克
"e034e2bd5d0b44d3bf553c9f8204094c"
,
"e034e2bd5d0b44d3bf553c9f8204094c"
,
//
润臣测试环境
//
达摩科技
"b18ffdc9d0644912865a248859914d80"
,
"b18ffdc9d0644912865a248859914d80"
,
//
尊兴
//
达摩科技-生产
"fb40256db41142a196b21ccf03e58507"
,
"fb40256db41142a196b21ccf03e58507"
,
// 金华悦行
// 金华悦行
"ac451a350eed4a96958dd5c7377f8bd9"
);
"ac451a350eed4a96958dd5c7377f8bd9"
);
...
@@ -243,7 +243,15 @@ public class MessageApiServiceImpl implements MessageApiService {
...
@@ -243,7 +243,15 @@ public class MessageApiServiceImpl implements MessageApiService {
log
.
info
(
"职务名称:position:{}"
,
position
);
log
.
info
(
"职务名称:position:{}"
,
position
);
clerkQwDTO
.
setClerkType
(
StringUtils
.
isBlank
(
position
)
?
0
:
position
.
contains
(
"店长"
)
?
1
:
0
);
clerkQwDTO
.
setClerkType
(
StringUtils
.
isBlank
(
position
)
?
0
:
position
.
contains
(
"店长"
)
?
1
:
0
);
clerkQwDTO
.
setClerkGener
(
dto
.
getGender
());
clerkQwDTO
.
setClerkGener
(
dto
.
getGender
());
clerkQwDTO
.
setPhoneNumber
(
dto
.
getMobile
());
if
(
StringUtils
.
isBlank
(
dto
.
getMobile
())
&&
dto
.
getUserid
().
startsWith
(
"51"
)
&&
dto
.
getUserid
().
length
()==
12
)
{
clerkQwDTO
.
setPhoneNumber
(
dto
.
getUserid
().
substring
(
1
));
}
else
{
clerkQwDTO
.
setPhoneNumber
(
dto
.
getMobile
());
}
if
(
StringUtils
.
isBlank
(
clerkQwDTO
.
getPhoneNumber
()))
{
log
.
info
(
"导购手机号不存在{}"
,
dto
.
getUserid
());
return
;
}
clerkQwDTO
.
setNationcode
(
dto
.
getTelephone
());
clerkQwDTO
.
setNationcode
(
dto
.
getTelephone
());
// 调用换导购接口逻辑
// 调用换导购接口逻辑
clerkService
.
syncClerkForQw
(
clerkQwDTO
);
clerkService
.
syncClerkForQw
(
clerkQwDTO
);
...
...
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