|
|
@ -76,7 +76,6 @@ public class StuExpermentTrainingController {
|
|
|
|
@ApiOperation("得分排名详情")
|
|
|
|
@ApiOperation("得分排名详情")
|
|
|
|
public ResultEntity trainingTaskDetails(String userId, String module, Integer page, Integer size) {
|
|
|
|
public ResultEntity trainingTaskDetails(String userId, String module, Integer page, Integer size) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return service.trainingTaskDetails(userId, module, page, size);
|
|
|
|
return service.trainingTaskDetails(userId, module, page, size);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -90,6 +89,7 @@ public class StuExpermentTrainingController {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iFileUtil.download(response, File.separator+fileName);
|
|
|
|
iFileUtil.download(response, File.separator+fileName);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("实训文件上传接口")
|
|
|
|
@ApiOperation("实训文件上传接口")
|
|
|
@ -105,11 +105,14 @@ public class StuExpermentTrainingController {
|
|
|
|
|
|
|
|
|
|
|
|
//保存文件路径
|
|
|
|
//保存文件路径
|
|
|
|
String filePath = iFileUtil.upload(file);
|
|
|
|
String filePath = iFileUtil.upload(file);
|
|
|
|
|
|
|
|
|
|
|
|
return service.uploadFileByExperment(filePath,module,userId,name);
|
|
|
|
return service.uploadFileByExperment(filePath,module,userId,name);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|