|
@@ -98,7 +98,7 @@ public class MessageController extends BaseController {
|
98
|
98
|
@RequestMapping(value = "/readStatus/{communityId}",method = RequestMethod.POST)
|
99
|
99
|
public ResponseBean allMessageRead(@PathVariable("communityId") Integer communityId, HttpSession session){
|
100
|
100
|
UserElement userElement = (UserElement) session.getAttribute(Constant.APP_USER_SESSION);
|
101
|
|
- Integer userId = userElement.getId();
|
|
101
|
+ Integer userId = userElement.getUserVerifyId();
|
102
|
102
|
ResponseBean responseBean = new ResponseBean();
|
103
|
103
|
|
104
|
104
|
if (!check(communityId)) {
|