|
@@ -20,7 +20,7 @@ public interface PaperDao extends BaseMapper<PaperEntity> {
|
|
|
|
|
|
IPage<PaperVo> page(Page<PaperVo> page,@Param(value = "req") PaperQuery query);
|
|
IPage<PaperVo> page(Page<PaperVo> page,@Param(value = "req") PaperQuery query);
|
|
|
|
|
|
- List<PaperVo> list(@Param(value = "examId")Long examId);
|
|
|
|
|
|
+ List<PaperVo> list(@Param(value = "examId")Long examId,@Param(value = "userId")Long userId);
|
|
|
|
|
|
List<PaperStructInfoVo> subjectiveList(@Param(value = "req")PaperQuery query);
|
|
List<PaperStructInfoVo> subjectiveList(@Param(value = "req")PaperQuery query);
|
|
|
|
|