You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
此时之前两道题目所在的两个分区均为空,但无法删除,提示 org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c55f3-822d-7c37-99fd-48d8b369f12a']
index-BlJxzXBE.js:29 websocket error
{type: 'error', messageId: '019c56f3-13c5-7af8-ac56-eaf60e74ffbd', data: "org.hibernate.ObjectDeletedException: deleted obje…k with id '019c560f-d1e4-7a58-9085-81876da588bd']"}
data
:
"org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c560f-d1e4-7a58-9085-81876da588bd']"
messageId
:
"019c56f3-13c5-7af8-ac56-eaf60e74ffbd"
type
:
"error"
[[Prototype]]
:
Object
questions/:1 Uncaught (in promise)
{type: 'error', messageId: '019c56f3-13c5-7af8-ac56-eaf60e74ffbd', data: "org.hibernate.ObjectDeletedException: deleted obje…k with id '019c560f-d1e4-7a58-9085-81876da588bd']"}
data
:
"org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c560f-d1e4-7a58-9085-81876da588bd']"
messageId
:
"019c56f3-13c5-7af8-ac56-eaf60e74ffbd"
type
:
"error"
[[Prototype]]
:
Object
index-BlJxzXBE.js:29 websocket error
{type: 'error', messageId: '019c56f3-2070-7446-b980-557473476490', data: "org.hibernate.ObjectDeletedException: deleted obje…k with id '019c55f3-822d-7c37-99fd-48d8b369f12a']"}
data
:
"org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c55f3-822d-7c37-99fd-48d8b369f12a']"
messageId
:
"019c56f3-2070-7446-b980-557473476490"
type
:
"error"
[[Prototype]]
:
Object
questions/:1 Uncaught (in promise)
{type: 'error', messageId: '019c56f3-2070-7446-b980-557473476490', data: "org.hibernate.ObjectDeletedException: deleted obje…k with id '019c55f3-822d-7c37-99fd-48d8b369f12a']"}
data
:
"org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c55f3-822d-7c37-99fd-48d8b369f12a']"
messageId
:
"019c56f3-2070-7446-b980-557473476490"
type
:
"error"
[[Prototype]]
:
Object
问题描述
在题库管理页面,选择题组移动后无法删除,上传题目更改并刷新页面后该题目在两个分区出现,删除其中的一个都会使另一个分区中的题目被一并删除
重现步骤
org.hibernate.ObjectDeletedException: deleted object would be re-saved by cascade (remove deleted object from associations) for entity [indi.etern.checkIn.entities.linkUtils.impl.ToQuestionGroupLink with id '019c55f3-822d-7c37-99fd-48d8b369f12a']预期行为
题目正常被移动,空分区可以删除
实际行为
题目在移动前后的分区均出现,且分区无法删除
环境信息
附加材料