|
|
|
@ -21,15 +21,20 @@
|
|
|
|
|
<result column="assort_id" property="assortId"/>
|
|
|
|
|
<result column="assort_name" property="assortName"/>
|
|
|
|
|
<result column="rule_id" property="ruleId"/>
|
|
|
|
|
<result column="key" property="key"/>
|
|
|
|
|
<result column="hit_key" property="hitKey"/>
|
|
|
|
|
<result column="rate" property="rate"/>
|
|
|
|
|
<result column="file_size" property="fileSize"/>
|
|
|
|
|
<result column="height" property="height"/>
|
|
|
|
|
<result column="width" property="width"/>
|
|
|
|
|
<result column="x" property="x"/>
|
|
|
|
|
<result column="y" property="y"/>
|
|
|
|
|
<result column="create_time" property="createTime"/>
|
|
|
|
|
<result column="update_time" property="updateTime"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
id, patient_id, file_title, pic_name, file_type, sort, serial_number, pic_url, pic_cut_url, angle, ocr_text, ocr_finish_time, ocr_status, assort_id, assort_name, rule_id, key, rate, create_time, update_time
|
|
|
|
|
id, patient_id, file_title, pic_name, file_type, sort, serial_number, pic_url, pic_cut_url, angle, ocr_text, ocr_finish_time, ocr_status, assort_id, assort_name, rule_id, hit_key, rate,file_size,height,width, x,y,create_time, update_time
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
|