Start card index at 10001 for new properties
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s

This commit is contained in:
androidlover5842
2026-01-28 05:55:50 +05:30
parent a030e9aaa0
commit 6dbfb1dd29

View File

@@ -204,7 +204,7 @@ class IssuedCards(
}
counterRepo.save(com.android.trisolarisserver.models.room.PropertyCardCounter(
property = property,
nextIndex = 1
nextIndex = 10001
))
counter = counterRepo.findByPropertyIdForUpdate(propertyId)
}