“djh”
4 天以前 1c3005a6b1ebc5d355faf1d01f6bfb647b80700c
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);
}