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
cfa8c0dc
Commit
cfa8c0dc
authored
Sep 02, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用代码
parent
8fedb40a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
MemberUnionidRelatedApiServiceImpl.java
.../service/out/impl/MemberUnionidRelatedApiServiceImpl.java
+0
-17
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/MemberUnionidRelatedApiServiceImpl.java
View file @
cfa8c0dc
...
@@ -1131,23 +1131,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
...
@@ -1131,23 +1131,6 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
@Override
@Override
public
JSONResponse
sendMessage
(
String
wxEnterpriseId
,
String
staffId
,
List
<
String
>
extendUserList
,
public
JSONResponse
sendMessage
(
String
wxEnterpriseId
,
String
staffId
,
List
<
String
>
extendUserList
,
List
<
String
>
materialIdList
,
String
ecmPlanId
)
{
List
<
String
>
materialIdList
,
String
ecmPlanId
)
{
if
(
StringUtils
.
isNotBlank
(
ecmPlanId
)
&&
"ff80808182ef67cd0182f3152b2900cf"
.
equals
(
ecmPlanId
))
{
List
<
String
>
list
=
Arrays
.
asList
(
"244fc3aa44dd492c90041d404f02b3a0"
,
"3c6d26dc791946a8aa8aaf06d9deb9a6"
,
"4dd7689a3a5e48439840fb187bfaf995"
,
"6a29b127c15648cc8da60fa4bf8b6b92"
,
"6ad57e1d64214bfbbb7662e748ed1b84"
,
"7e364ea272044763bdda5afef3961ae5"
,
"ce6ac0d3d8a54b74a4af59996597ed03"
,
"dded2a7d79ee4d759372741256f04cec"
,
"edc487470d0344198f7185d3e2e7362a"
)
;
if
(
list
.
contains
(
staffId
))
{
JSONResponse
jp
=
new
JSONResponse
();
jp
.
setErrorCode
(-
1
);
jp
.
setErrorMessage
(
"已触发过"
);
return
jp
;
}
}
return
this
.
sendMessage
(
wxEnterpriseId
,
staffId
,
extendUserList
,
materialIdList
);
return
this
.
sendMessage
(
wxEnterpriseId
,
staffId
,
extendUserList
,
materialIdList
);
}
}
/**
/**
...
...
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