|
|
|
@ -111,7 +111,7 @@ public class TeacherOpenCourseQuestionLogController extends BaseController {
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(API + "/getFileQuestionLog.do")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public JsonResult<FileQuestionLogListVO> getFileQuestionLog(FileQuestionLogListDTO dto, @SCoreUser CoreUser coreUser) {
|
|
|
|
|
public JsonResult<FileQuestionLogListVO> getFileQuestionLog(@Validated FileQuestionLogListDTO dto, @SCoreUser CoreUser coreUser) {
|
|
|
|
|
TeacherOpenCourseQuestionLogQuery query = BeanUtil.copyProperties(dto, TeacherOpenCourseQuestionLogQuery.class);
|
|
|
|
|
return JsonResult.success(teacherOpenCourseQuestionLogService.getFileQuestionLog(query));
|
|
|
|
|
}
|
|
|
|
|