|
|
@@ -137,6 +137,9 @@ public class StudentTryReadingReportController {
|
|
|
@XjrLog(value="非本班学生")
|
|
|
public RT<Boolean> clearClass(@Valid @RequestBody ChangeBandingStatusDto dto){
|
|
|
StudentReportRecord record = recordService.getById(dto.getId());
|
|
|
+ record.setReportTime(null);
|
|
|
+ recordService.updateById(record);
|
|
|
+
|
|
|
StudentReportPlan reportPlan = reportPlanService.getById(record.getStudentReportPlanId());
|
|
|
List<Long> list = new ArrayList<>();
|
|
|
list.add(record.getUserId());
|