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
aec6d223
Commit
aec6d223
authored
Jan 21, 2022
by
fudahua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' into 'master'
feat:任务 See merge request
!154
parents
f08cb979
284418a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
NoticeMessageApiService.java
...an/manage/api/service/notify/NoticeMessageApiService.java
+6
-0
NoticeMessageApiServiceImpl.java
...rvice/service/notify/out/NoticeMessageApiServiceImpl.java
+4
-0
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/service/notify/NoticeMessageApiService.java
View file @
aec6d223
...
@@ -19,6 +19,12 @@ public interface NoticeMessageApiService {
...
@@ -19,6 +19,12 @@ public interface NoticeMessageApiService {
public
void
noticeMessageMq
(
String
json
);
public
void
noticeMessageMq
(
String
json
);
/**
/**
* 冗余
* @param json
*/
public
void
run
(
String
json
);
/**
* 消息分页
* 消息分页
*1
*1
* @param enterpriseId
* @param enterpriseId
...
...
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/notify/out/NoticeMessageApiServiceImpl.java
View file @
aec6d223
...
@@ -139,6 +139,10 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService {
...
@@ -139,6 +139,10 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService {
sendMessage
(
contentList
,
wxEnterpriseId
,
wxUserId
,
messageTypeEnum
,
noticeMessageBO
.
getMessageContent
());
sendMessage
(
contentList
,
wxEnterpriseId
,
wxUserId
,
messageTypeEnum
,
noticeMessageBO
.
getMessageContent
());
}
}
@Override
public
void
run
(
String
json
)
{
this
.
noticeMessageMq
(
json
);
}
@Override
@Override
public
ServiceResponse
<
Page
<
NoticeMessageInfoDTO
>>
pageNoticeMessage
(
String
enterpriseId
,
String
storeId
,
String
clerkId
,
int
categoryType
,
BasePageInfo
pageInfo
)
{
public
ServiceResponse
<
Page
<
NoticeMessageInfoDTO
>>
pageNoticeMessage
(
String
enterpriseId
,
String
storeId
,
String
clerkId
,
int
categoryType
,
BasePageInfo
pageInfo
)
{
...
...
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