fix:解封状态修复改为0

解封患者病历-unbloking
wyb 2 years ago
parent 4bd7739f13
commit 106cf6b089

@ -14,7 +14,7 @@
</update>
<update id="unblocking">
UPDATE `docus_archivefile`.`t_scan_assort`
SET `sealed` = 1
SET `sealed` = 0
WHERE `patient_id` = #{patientId}
</update>
<select id="getIdByPatientTask" resultType="java.lang.Long">

Loading…
Cancel
Save