check status

This commit is contained in:
Captain.B 2020-04-23 19:25:24 +08:00
parent 7aea33c578
commit 5bb3744df1
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public class ReportService {
}
public ReportTimeInfo getReportTimeInfo(String id) {
checkReportStatus(id);
String content = getContent(id, ReportKeys.TimeInfo);
return JSON.parseObject(content, ReportTimeInfo.class);
}