merge code

This commit is contained in:
qiji4215
2023-09-01 13:32:27 +08:00
parent 94c9b8fd4f
commit a7f9422d9d
3 changed files with 8 additions and 8 deletions

View File

@@ -274,7 +274,7 @@ class RealmOperateHelper() {
}else{
// 查询realm中对应tile号的数据
realmList = getRealmTools(RenderEntity::class.java, false)
.equalTo("catch", "0")
.lessThan("catchEnable", 1)
.greaterThanOrEqualTo("tileX", xStart)
.lessThanOrEqualTo("tileX", xEnd)
.greaterThanOrEqualTo("tileY", yStart)