guoyuji
2024-05-23 e48e9687cc8bee98f5567807c2529cf7c7e9a9f8
north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -495,7 +495,7 @@
<!--    复选框修改排版状态-->
    <update id="updateComposing">
        update flow_card as fc
        set fc.layout_status=2
        set fc.layout_status=1
        where fc.process_id = #{processId}
    </update>
</mapper>