修复sql插入数据错误,导致查询出错

master
wyb 2 years ago
parent 6166abd921
commit 5988fa4892

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

Loading…
Cancel
Save