@@ -129,7 +129,8 @@ public class ScreenshotServiceImpl extends ServiceImpl<ScreenshotMapper, Screens
.setStartTime(currentTime)
.setEndTime(currentTime)
//第一次的持续时间默认为最少单位1秒
- .setDuration(1);
+ .setDuration(1)
+ .setPicUrl(screenshot.getPicUrl());
timeCalculationMapper.insert(timeCalculation);
if (isConsecutive) {
//然后如果只是类型不同但是能连上的话