Skip to content

Commit

Permalink
修复查看通告报错 thinkgem#163
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed May 2, 2015
1 parent 097ac05 commit 68c543d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public void save(OaNotify oaNotify) {
/**
* 更新阅读状态
*/
@Transactional(readOnly = false)
public void updateReadFlag(OaNotify oaNotify) {
OaNotifyRecord oaNotifyRecord = new OaNotifyRecord(oaNotify);
oaNotifyRecord.setUser(oaNotifyRecord.getCurrentUser());
Expand Down

0 comments on commit 68c543d

Please sign in to comment.