|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="saveExcept">
|
|
|
|
|
INSERT INTO `docus_archivefile`.`sdry_pacs_print_except`(`id`, `inpatient_no`, `admiss_times`, `jzh`, `report_message_path`, `state`, `create_time`, `service_flag`)
|
|
|
|
|
VALUES (#{except.id}, #{except.inpatientNo}, #{except.admissTimes}, #{except.jzh}, #{except.reportMessagePath}, 0, #{except.createTime}, #{except.serviceFlag})
|
|
|
|
|
INSERT INTO `docus_archivefile`.`sdry_pacs_print_except`(`id`, `inpatient_no`, `admiss_times`, `jzh`, `report_message_path`, `state`, `create_time`, `service_flag`,`exam_report_sn`)
|
|
|
|
|
VALUES (#{except.id}, #{except.inpatientNo}, #{except.admissTimes}, #{except.jzh}, #{except.reportMessagePath}, 0, #{except.createTime}, #{except.serviceFlag},#{except.examReportSn})
|
|
|
|
|
</insert>
|
|
|
|
|
<update id="compensateSuccuss">
|
|
|
|
|
update
|
|
|
|
|