openHj 11 сар өмнө
parent
commit
2446cba566

+ 1 - 0
hx-xmhjc/src/main/java/com/fjhx/xmhjc/service/browsing/impl/BrowsingHistoryServiceImpl.java

@@ -83,5 +83,6 @@ public class BrowsingHistoryServiceImpl extends ServiceImpl<BrowsingHistoryMappe
         browsingHistoryDto.setDay(DateUtil.dayOfMonth(createTime));
         browsingHistoryDto.setHour(DateUtil.hour(createTime, true));
         browsingHistoryDto.setWeek(DateUtil.weekOfYear(createTime));
+        add(browsingHistoryDto);
     }
 }