luobang 2 anos atrás
pai
commit
a2bb22eb92

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/AmsSaleOrderMapper.xml

@@ -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>