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
a9e8c0e5
Commit
a9e8c0e5
authored
Apr 12, 2023
by
徐高华
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master_欢迎语调整' into 'master'
Master 欢迎语调整 See merge request
!1132
parents
15e14991
9dbb0d90
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
WelcomeSendServiceImpl.java
...n/manage/service/service/impl/WelcomeSendServiceImpl.java
+2
-2
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+1
-6
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/impl/WelcomeSendServiceImpl.java
View file @
a9e8c0e5
...
...
@@ -102,7 +102,7 @@ public class WelcomeSendServiceImpl implements WelcomeSendService {
@Override
public
void
sendWelcome
(
String
params
)
{
log
.
info
(
"
发送欢迎语={}"
,
params
);
log
.
info
(
"
新发送欢迎语={}"
,
params
);
QwFrientNoticeDTO
dto
=
JSON
.
parseObject
(
params
,
QwFrientNoticeDTO
.
class
);
this
.
sendWelcome
(
dto
.
getCorpid
(),
dto
.
getExternalUserid
(),
dto
.
getWelcomeCode
(),
dto
.
getWxUserId
(),
dto
.
getState
());
...
...
@@ -151,7 +151,7 @@ public class WelcomeSendServiceImpl implements WelcomeSendService {
welcomeBO
=
welcomeService
.
getMatchWelcome
(
staffId
,
wxEnterpriseId
);
}
if
(
Objects
.
isNull
(
welcomeBO
))
{
log
.
info
(
"
欢迎语未配置wxEnterpriseId:{}"
,
wxEnterpriseId
);
log
.
info
(
"
活码欢迎语未配置wxEnterpriseId:{}"
,
wxEnterpriseId
);
return
;
}
// 内容
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
a9e8c0e5
...
...
@@ -362,13 +362,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
if
(
this
.
mqCheck
(
dto
))
{
mqName
=
"dealQywxExternalUserMq2"
;
}
Object
t
=
RedisUtil
.
getCache
(
"dealQywxExternalUserMqWelcome-test"
);
int
delay
=
0
;
if
(
null
!=
t
)
{
delay
=
(
int
)
t
;
}
try
{
instance
.
sendMessage
(
mqName
,
JSONObject
.
toJSONString
(
dealQywxExternalUserPojo
)
,
delay
);
instance
.
sendMessage
(
mqName
,
JSONObject
.
toJSONString
(
dealQywxExternalUserPojo
));
}
catch
(
Exception
e
)
{
log
.
info
(
"异步处理异常:{}"
,
e
);
}
...
...
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