浏览代码

pdm and bug

傅行帆 6 年前
父节点
当前提交
fb685b4517

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/MessageController.java 查看文件

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

+ 1356
- 1149
文档/MYSQL/smartCommunity.pdb
文件差异内容过多而无法显示
查看文件


+ 1356
- 1149
文档/MYSQL/smartCommunity.pdm
文件差异内容过多而无法显示
查看文件