guoyuji
2024-05-23 b7e182815b09fbba8cb450ead0031fae820cad14
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -491,4 +491,11 @@
        update flow_card set inventory_quantity=#{completedQuantity}
        where process_id = #{processId} and  order_number = #{orderNumber} and technology_number = #{technologyNumber}
    </update>
<!--    复选框修改排版状态-->
    <update id="updateComposing">
        update flow_card as fc
        set fc.layout_status=2
        where fc.process_id = #{processId}
    </update>
</mapper>