beetlsql3-dev
Mlxa0324 3 years ago
parent f880633deb
commit 99056f7333

@ -25,7 +25,6 @@ import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.ModelAndView;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull; import javax.validation.constraints.NotNull;
import java.util.List; import java.util.List;
@ -207,7 +206,7 @@ public class ResourcesQuestionSnapshotController{
@Function("teacherOpenCourseQuestionLog.query") @Function("teacherOpenCourseQuestionLog.query")
@ResponseBody @ResponseBody
public JsonResult<TeacherOpenCourseQuestionLogScoreInfo> getScoreInfo( public JsonResult<TeacherOpenCourseQuestionLogScoreInfo> getScoreInfo(
@NotEmpty(message = "请上传来源ID[开课作业ID、开课考试ID、开课章节测试ID]") @NotNull(message = "请上传来源ID[开课作业ID、开课考试ID、开课章节测试ID]")
Long snapshotFromId, Long snapshotFromId,
@NotNull(message = "来源类型不能为空!") @NotNull(message = "来源类型不能为空!")
ResourcesQuestionSnapshotFromTypeEnum snapshotFromType, ResourcesQuestionSnapshotFromTypeEnum snapshotFromType,

Loading…
Cancel
Save