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