|
@@ -173,7 +173,7 @@ public class CoreOeServiceImpl implements CoreOeService {
|
|
|
@Override
|
|
|
public Result getExamRecordTotalInfo(String key, String token, String examRecordId) throws Exception {
|
|
|
|
|
|
- final String requestUrl = String.format("%s/api/ecs_oe_admin/practice/getPracticeDetailInfo?examRecordDataId=%s", sysProperty.getCoreOeAdminUrl(), examRecordId);
|
|
|
+ final String requestUrl = String.format("%s/api/ecs_oe_admin/practice/getPracticeDetailInfo?fromCache=1&examRecordDataId=%s", sysProperty.getCoreOeAdminUrl(), examRecordId);
|
|
|
return HttpUtils.doGet(requestUrl, key, token);
|
|
|
}
|
|
|
|