Commit aec6d223 by fudahua

Merge branch 'developer' into 'master'

feat:任务

See merge request !154
parents f08cb979 284418a4
......@@ -19,6 +19,12 @@ public interface NoticeMessageApiService {
public void noticeMessageMq(String json);
/**
* 冗余
* @param json
*/
public void run(String json);
/**
* 消息分页
*1
* @param enterpriseId
......
......@@ -139,6 +139,10 @@ public class NoticeMessageApiServiceImpl implements NoticeMessageApiService {
sendMessage(contentList, wxEnterpriseId, wxUserId, messageTypeEnum, noticeMessageBO.getMessageContent());
}
@Override
public void run(String json) {
this.noticeMessageMq(json);
}
@Override
public ServiceResponse<Page<NoticeMessageInfoDTO>> pageNoticeMessage(String enterpriseId, String storeId, String clerkId, int categoryType, BasePageInfo pageInfo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment