|
|
|
@ -11,8 +11,8 @@
|
|
|
|
|
<result property="evidenceName" column="evidence_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="evidenceType" column="evidence_type" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="processStatus" column="process_status" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="property" column="property" jdbcType="JAVA_OBJECT" typeHandler="com.supervision.police.handler.JsonTypeHandler"/>
|
|
|
|
|
<result property="provider" column="provider" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="property" column="property" jdbcType="JAVA_OBJECT" typeHandler="com.supervision.police.handler.NotePromptExtractAttributesTypeHandler"/>
|
|
|
|
|
<result property="title" column="title" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="partyA" column="party_a" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="partyB" column="party_b" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="createUserId" column="create_user_id" jdbcType="VARCHAR"/>
|
|
|
|
@ -47,6 +47,7 @@
|
|
|
|
|
<result column="case_id" property="caseId"/>
|
|
|
|
|
<result column="process_status" property="processStatus"/>
|
|
|
|
|
<result column="directory_id" property="directoryId"/>
|
|
|
|
|
<result column="title" property="title"/>
|
|
|
|
|
<result column="update_time" property="updateTime"/>
|
|
|
|
|
<collection property="fileList" ofType="com.supervision.police.dto.EvidenceFileDTO" resultMap="evidenceFileDTOMapId"/>
|
|
|
|
|
</resultMap>
|
|
|
|
@ -57,6 +58,7 @@
|
|
|
|
|
ce.evidence_name,
|
|
|
|
|
ce.evidence_type,
|
|
|
|
|
ce.directory_id,
|
|
|
|
|
ce.title,
|
|
|
|
|
ce.process_status,
|
|
|
|
|
ef.file_id,
|
|
|
|
|
ef.batch_no,
|
|
|
|
@ -81,6 +83,7 @@
|
|
|
|
|
ce.evidence_type,
|
|
|
|
|
ce.process_status,
|
|
|
|
|
ce.directory_id,
|
|
|
|
|
ce.title,
|
|
|
|
|
ef.file_id,
|
|
|
|
|
fop.draw_img_id,
|
|
|
|
|
fop.ocr_text,
|
|
|
|
|