|
|
@ -17,11 +17,13 @@
|
|
|
|
<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"/>
|
|
|
|
<result property="deductionCriteria" column="deduction_criteria" jdbcType="VARCHAR"/>
|
|
|
|
<result property="deductionCriteria" column="deduction_criteria" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
|
<result property="fileUrl" column="file_url" jdbcType="VARCHAR"/>
|
|
|
|
|
|
|
|
<result property="fileName" column="file_name" jdbcType="VARCHAR"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
|
|
<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,items_type,
|
|
|
|
type_content,starts,type_name,check_items,score,real_score,deduction_criteria,items_type,
|
|
|
|
remark
|
|
|
|
remark,file_url,file_name
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|