check status
This commit is contained in:
parent
7aea33c578
commit
5bb3744df1
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue