@@ -4630,7 +4630,7 @@
<update id="updateAMSDeleted">
update AMS_SALE_MATERIAL ASM
- set ASM.DELETED=1
+ set ASM.DELETED = 0
where ASM.SALE_MATERIAL_ID=#{closeWlEntryId}
</update>
</mapper>