Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
feo-jobs
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
探普后端
feo-jobs
Commits
f5d662af
Commit
f5d662af
authored
Aug 27, 2021
by
钱坤
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/v0.0.1-day-subject' into dev
parents
89438057
40ab518f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
DaySubJob.java
src/main/java/com/tanpu/feo/feojob/jobs/DaySubJob.java
+2
-4
No files found.
src/main/java/com/tanpu/feo/feojob/jobs/DaySubJob.java
View file @
f5d662af
...
...
@@ -107,8 +107,7 @@ public class DaySubJob {
// 查询 机构配置信息
OrgExtEntity
orgExtEntity
=
orgExtMapper
.
selectOne
(
new
LambdaQueryWrapper
<
OrgExtEntity
>()
.
eq
(
OrgExtEntity:
:
getOrgId
,
orgId
)
.
eq
(
OrgExtEntity:
:
getDeleteTag
,
BizStatus
.
DeleteTag
.
tag_init_str
)
.
last
(
"limit 1"
));
.
eq
(
OrgExtEntity:
:
getDeleteTag
,
BizStatus
.
DeleteTag
.
tag_init_str
));
String
jsonKey
=
ObjectUtil
.
isNotNull
(
orgExtEntity
)
?
orgExtEntity
.
getJsonWxcpKey
()
:
null
;
if
(
StringUtils
.
isBlank
(
jsonKey
))
{
return
;
...
...
@@ -155,8 +154,7 @@ public class DaySubJob {
if
(
StrUtil
.
isNotBlank
(
agentId
)
&&
StrUtil
.
isNotBlank
(
corpId
)
&&
StrUtil
.
isNotBlank
(
wxcpUId
)
&&
StrUtil
.
isNotBlank
(
JSONUtil
.
toJsonStr
(
parmMap
)))
{
feignClientForWxCp
.
sendMessage
(
agentId
,
corpId
,
wxcpUId
,
JSONUtil
.
toJsonStr
(
parmMap
));
}
}
if
(
StringUtils
.
isNotBlank
(
wxOpenId
))
{
}
else
if
(
StringUtils
.
isNotBlank
(
wxOpenId
))
{
// 2 公众号推送
String
wxAppID
=
jsonKeyInfo
.
getStr
(
"sendMessageAppId"
);
// ww=wxAppID&orgCode=orgCode
...
...
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