|
|
@@ -28,8 +28,7 @@ public class RecordApi {
|
|
|
|
|
|
@Async
|
|
|
public void reportUserRecord(List<RecordDTO> records) {
|
|
|
- System.out.println(records);
|
|
|
-// restRequestUtil.sendPostRequest(url, records, String.class);
|
|
|
+ restRequestUtil.sendPostRequest(url, records, String.class);
|
|
|
}
|
|
|
|
|
|
public RecordDTO createRecordDTO(String studentId, String questionId, Object answer, Boolean pass, LocalDateTime startAt, LocalDateTime finishAt) {
|