|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
`create_time`, `update_time`, `file_name`,`patient_id`)
|
|
|
|
|
VALUES (#{reportRecord.taskId}, #{reportRecord.inpatientNo}, #{reportRecord.jzh}, #{reportRecord.admissTimes},
|
|
|
|
|
#{reportRecord.downUrl}, #{reportRecord.downType}, 0, #{reportRecord.serialnum},
|
|
|
|
|
#{reportRecord.zdAssortId}, #{reportRecord.zdAssortId}, now(), now(), #{reportRecord.fileName},#{reportRecord.patientId});
|
|
|
|
|
#{reportRecord.sysflag}, #{reportRecord.zdAssortId}, now(), now(), #{reportRecord.fileName},#{reportRecord.patientId});
|
|
|
|
|
</insert>
|
|
|
|
|
<update id="updateRecordByTaskId">
|
|
|
|
|
update `docus_archivefile`.`af_report_record`
|
|
|
|
|