guoyujie
2025-07-25 6de868b732a7d76c3a9cc735e88d93eecf7322d2
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -432,4 +432,8 @@
        where order_id = #{orderId}
    </select>
    <update id="updateOrderFile">
        update sd.order_file set file_name=#{fileName},file_data=#{dxfData},create_time=now() where order_id=#{orderId} and order_number=#{orderNumber}
    </update>
</mapper>