|
|
@ -112,6 +112,10 @@
|
|
|
|
`ward_name`=#{tBasicExtend.wardName},
|
|
|
|
`ward_name`=#{tBasicExtend.wardName},
|
|
|
|
`sdry_index`=#{tBasicExtend.sdryIndex}
|
|
|
|
`sdry_index`=#{tBasicExtend.sdryIndex}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
<update id="updateNursCollectState">
|
|
|
|
|
|
|
|
UPDATE `docus_medicalrecord`.`t_basic` set nurs_collect = #{state}
|
|
|
|
|
|
|
|
where patient_id=#{patientId}
|
|
|
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectOne" resultType="java.lang.Integer">
|
|
|
|
<select id="selectOne" resultType="java.lang.Integer">
|
|
|
|
select count(patient_id) from t_basic where jzh=#{jzh}
|
|
|
|
select count(patient_id) from t_basic where jzh=#{jzh}
|
|
|
|