考试申请审核功能新增。

This commit is contained in:
Renpc-kilig 2021-05-04 15:06:01 +08:00
parent c526f838d8
commit 51a788d82a

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="ink.wgink.dao.examcheck.IExamCheckDao">
<mapper namespace="cn.com.tenlion.dao.examcheck.IExamCheckDao">
<resultMap id="examCheckDTO" type="ink.wgink.pojo.dtos.examcheck.ExamCheckDTO">
<resultMap id="examCheckDTO" type="cn.com.tenlion.pojo.dtos.examcheck.ExamCheckDTO">
<result column="exam_check_id" property="examCheckId"/>
<result column="plan_id" property="planId"/>
<result column="check_status" property="checkStatus"/>
@ -15,7 +15,7 @@
<result column="is_delete" property="isDelete"/>
</resultMap>
<resultMap id="examCheckBO" type="ink.wgink.pojo.bos.examcheck.ExamCheckBO">
<resultMap id="examCheckBO" type="cn.com.tenlion.pojo.bos.examcheck.ExamCheckBO">
<result column="exam_check_id" property="examCheckId"/>
<result column="plan_id" property="planId"/>
<result column="check_status" property="checkStatus"/>
@ -28,7 +28,7 @@
<result column="is_delete" property="isDelete"/>
</resultMap>
<resultMap id="examCheckPO" type="ink.wgink.pojo.pos.examcheck.ExamCheckPO">
<resultMap id="examCheckPO" type="cn.com.tenlion.pojo.pos.examcheck.ExamCheckPO">
<result column="exam_check_id" property="examCheckId"/>
<result column="plan_id" property="planId"/>
<result column="check_status" property="checkStatus"/>