傅行帆 6 vuotta sitten
vanhempi
commit
fb685b4517

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/controller/MessageController.java Näytä tiedosto

@@ -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
File diff suppressed because it is too large
Näytä tiedosto


+ 1356
- 1149
文档/MYSQL/smartCommunity.pdm
File diff suppressed because it is too large
Näytä tiedosto