xin
2025-07-14 a5a0a3c29a97c807cda8846994d1d8df6adeb9e5
oying-system/src/main/resources/mapper/message/MessageOrderSellerMapper.xml
@@ -63,6 +63,11 @@
        set flag = 1
        where order_id = #{orderId}
    </update>
    <update id="updateReadStatusById">
        update message_order_seller
        set flag = 1
        where id = #{id}
    </update>
</mapper>
</mapper>