宇宙皮皮娃 1 month ago
parent 101123bd3f
commit e2369d5f45

@ -25,9 +25,7 @@
`dis_date`,
`dis_dept_name`,
`attending_name`,
`jzh`,
`is_other`,
`mother_inpatient_no`)
`jzh`)
VALUES
<foreach collection="tBasicList" item="tBasic" separator=",">
(#{tBasic.admissDept},
@ -50,9 +48,7 @@
#{tBasic.disDate},
#{tBasic.disDeptName},
#{tBasic.attendingName},
#{tBasic.jzh},
#{tBasic.isOther},
#{tBasic.motherInpatientNo})
#{tBasic.jzh})
</foreach>
</insert>
@ -75,9 +71,7 @@
`admiss_dept_name` = #{tBasic.admissDeptName},
`dis_date` = #{tBasic.disDate},
`dis_dept_name` = #{tBasic.disDeptName},
`attending_name` = #{tBasic.attendingName},
`is_other` = #{tBasic.isOther},
`mother_inpatient_no`= #{tBasic.motherInpatientNo}
`attending_name` = #{tBasic.attendingName}
WHERE
`jzh` = #{tBasic.jzh}
</update>

Loading…
Cancel
Save