LitePal
LitePal copied to clipboard
org.litepal.exceptions.LitePalSupportException: Operation is not supported for read-only collection
突然出现这个
val list = LitePal.where("aurl = ?",gameInfo.aurl).find(GameTopDetail::class.java) 我就这样查询的
有的可以查 有的没法查