openHj 1 سال پیش
والد
کامیت
2446cba566
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      hx-xmhjc/src/main/java/com/fjhx/xmhjc/service/browsing/impl/BrowsingHistoryServiceImpl.java

+ 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);
     }
 }