使用ET7.2

当我查询insert的数据时会报这个错误,如下:
System.FormatException: An error occurred while deserializing the Id property of class ET.Entity: Cannot deserialize a ‘Int64’ from BsonType ‘ObjectId’.
当我查询save的数据时可以正常登录,但是每次save只会覆盖id为0的数据,目前想到的办法是查询所有数据每次注册时将id+1,但是没找到可以查询所有数据的query方法。
个人没用过mongodb,很多地方不太明白,希望有大佬能帮个忙,十分感谢。