Merge branch 'feature/REQ-2010' into test
This commit is contained in:
commit
9e83686a3a
@ -173,6 +173,7 @@ public class InsideNoticesApiImpl implements InsideNoticesApi {
|
||||
|
||||
@Override
|
||||
public CommonResponse<Void> updateReadMsgStatus(CmsReadMsgReq req) {
|
||||
log.info("updateReadMsgStatus, req={}", req);
|
||||
messageRecordService.updateReadMsgStatus(req);
|
||||
return CommonResponse.success();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user