|
@@ -282,7 +282,7 @@ public class ScreenshotServiceImpl extends ServiceImpl<ScreenshotMapper, Screens
|
|
|
String futureDateString = futureScreenshot != null ? futureScreenshot.getDateStr() : null;
|
|
|
String historyDateString = historyScreenshot != null ? historyScreenshot.getDateStr() : null;
|
|
|
if (futureDateString == null && historyDateString == null) {
|
|
|
- httpRespMsg = null;
|
|
|
+ httpRespMsg.data = null;
|
|
|
} else if (futureDateString == null) {
|
|
|
httpRespMsg.data = historyDateString;
|
|
|
} else if (historyDateString == null) {
|