| | |
| | | return getUserMsgUnReadNum(uid);
|
| | | }
|
| | |
|
| | | @Transactional
|
| | | @Override
|
| | | public void readOrderMsg(Long uid) {
|
| | | msgOrderDetailService.readMsgByUid(uid);
|
| | |
| | |
|
| | | }
|
| | |
|
| | | @Transactional
|
| | | @Override
|
| | | public void readAccountMsg(Long uid) {
|
| | | msgAccountDetailService.readMsgByUid(uid);
|
| | |
| | | userMsgUnReadNumMapper.updateByPrimaryKeySelective(update);
|
| | | }
|
| | |
|
| | | @Transactional
|
| | | @Override
|
| | | public void readMoneyMsg(Long uid) {
|
| | | msgMoneyDetailService.readMsgByUid(uid);
|
| | |
| | | userMsgUnReadNumMapper.updateByPrimaryKeySelective(update);
|
| | | }
|
| | |
|
| | | @Transactional
|
| | | @Override
|
| | | public void readInviteMsg(Long uid) {
|
| | | msgInviteDetailService.readMsgByUid(uid);
|
| | |
| | | userMsgUnReadNumMapper.updateByPrimaryKeySelective(update);
|
| | | }
|
| | |
|
| | | @Transactional
|
| | | @Override
|
| | | public void readUserSystemMsg(Long uid) {
|
| | | userSystemMsgService.readMsgByUid(uid);
|