“djh”
3 days ago c26e227abe288476c11b0a8b7875045e71efa14c
multi-system/src/main/java/com/gkhy/exam/system/mapper/CorrectionMapper.java
@@ -1,7 +1,7 @@
package com.gkhy.exam.system.mapper;
import com.gkhy.exam.system.domain.Correction;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gkhy.exam.system.domain.Correction;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@@ -17,5 +17,5 @@
@Mapper
public interface CorrectionMapper extends BaseMapper<Correction> {
    List<Correction> selectCorrectionList(Integer companyId);
    List<Correction> selectCorrectionList(Correction correction);
}