heheng
2026-02-02 44036f6e3f4d443d58f594774ef89221f7a87036
multi-system/src/main/java/com/gkhy/exam/system/mapper/ContractReviewMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gkhy.exam.system.domain.ContractReview;
import com.gkhy.exam.system.domain.vo.ContractReviewVo;
import org.apache.ibatis.annotations.Param;
import org.mapstruct.Mapper;
@@ -12,4 +13,10 @@
    List<ContractReview> selectReviewList(ContractReview contractReview);
    Integer selectByContractId(@Param("contractId") Integer contractId);
    List<ContractReviewVo> selectByUserId(@Param("userId") Integer userId);
    List<ContractReviewVo> selectByUserIdMain(@Param("userId") Integer userId);
    void updateByUserid(ContractReview contractReview);
}