|
|
@ -12,6 +12,7 @@
|
|
|
|
<result property="starts" column="starts" jdbcType="VARCHAR"/>
|
|
|
|
<result property="starts" column="starts" jdbcType="VARCHAR"/>
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
<result property="typeName" column="type_name" jdbcType="VARCHAR"/>
|
|
|
|
<result property="typeName" column="type_name" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
|
<result property="itemsType" column="items_type" jdbcType="INTEGER"/>
|
|
|
|
<result property="checkItems" column="check_items" jdbcType="VARCHAR"/>
|
|
|
|
<result property="checkItems" column="check_items" jdbcType="VARCHAR"/>
|
|
|
|
<result property="score" column="score" jdbcType="VARCHAR"/>
|
|
|
|
<result property="score" column="score" jdbcType="VARCHAR"/>
|
|
|
|
<result property="realScore" column="real_score" jdbcType="VARCHAR"/>
|
|
|
|
<result property="realScore" column="real_score" jdbcType="VARCHAR"/>
|
|
|
@ -20,7 +21,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
id,check_id,check_type,
|
|
|
|
id,check_id,check_type,
|
|
|
|
type_content,starts,type_name,check_items,score,real_score,deduction_criteria,
|
|
|
|
type_content,starts,type_name,check_items,score,real_score,deduction_criteria,items_type,
|
|
|
|
remark
|
|
|
|
remark
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|