We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
全部
同 附/子表数据的处理方式问题 #6704
附表数据在主表更新的情况下,完全不受控的被删除,直接导致附表数据丢失。
这是明显的设计缺陷/bug,非常可怕。
The text was updated successfully, but these errors were encountered:
我们针对一对多的修改逻辑,就是先删除,再插入
Sorry, something went wrong.
确实有这个问题,有些附表的字段可能来源于其它系统,但是在管理端不想展示给用户,只是后续分析用,一旦修改保存,就会导致这些字段值全部重置为null
关键其实是,删除很隐蔽也不受控,对系统可能来说:莫名其妙丢了数据。 这个锅对研发来说就是天大的事故了。
No branches or pull requests
版本号:
全部
问题描述:
同 附/子表数据的处理方式问题 #6704
附表数据在主表更新的情况下,完全不受控的被删除,直接导致附表数据丢失。
这是明显的设计缺陷/bug,非常可怕。
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: