Skip to content

Commit

Permalink
修复站点统计为空指针的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
郑杰 committed Dec 26, 2018
1 parent 27b9249 commit d140f35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void save() {
visits.setPvCounts(1L);
visits.setIpCounts(1L);
visits.setDate(localDate.toString());
visitsRepository.save(visits);
}
}

Expand Down

0 comments on commit d140f35

Please sign in to comment.