chenlu
2025-11-05 fcc1781bd060ef3710d3934728fb36ef74525fca
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -3880,6 +3880,6 @@
    </update>
    <update id="updateTerminationNoMp">
        update pp.flow_card set termination_status=0 where process_id = #{processId} and order_number = #{orderNumber}
        update pp.flow_card set termination_status=0 , termination_quantity=0 where process_id = #{processId} and order_number = #{orderNumber}
    </update>
</mapper>