multi-system/src/main/java/com/gkhy/exam/system/mapper/CorrectionMapper.java
@@ -17,5 +17,5 @@ @Mapper public interface CorrectionMapper extends BaseMapper<Correction> { List<Correction> selectCorrectionList(Integer companyId); List<Correction> selectCorrectionList(Correction correction); }