xin
2025-08-20 d29c60e15d07499950e1c68f9003c9aa34010980
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>