我正在尝试Entity从 a 中的集合中删除某个EntityCollection,这不起作用,导致异常:list.remove(x): x not in list.
代码摘录如下:
user.platformSubscriptions.remove(platform)
平台变量实际上在 platformSubscriptions 集合中。
我正在尝试Entity从 a 中的集合中删除某个EntityCollection,这不起作用,导致异常:list.remove(x): x not in list.
代码摘录如下:
user.platformSubscriptions.remove(platform)
平台变量实际上在 platformSubscriptions 集合中。