Browse Source

Merge branch '2.0.0' of http://git.ycjcjy.com/fuxingfan/smartCommunity into 2.0.0

魏熙美 6 years ago
parent
commit
f3fb0c3744

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/MessageController.java View File

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
File diff suppressed because it is too large
View File


+ 1356
- 1149
文档/MYSQL/smartCommunity.pdm
File diff suppressed because it is too large
View File