Parcourir la source

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

魏熙美 il y a 6 ans
Parent
révision
f3fb0c3744

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/MessageController.java Voir le fichier

@@ -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)) {

+ 1356
- 1149
文档/MYSQL/smartCommunity.pdb
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1356
- 1149
文档/MYSQL/smartCommunity.pdm
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier