Start card index at 10001 for new properties
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s
This commit is contained in:
@@ -204,7 +204,7 @@ class IssuedCards(
|
|||||||
}
|
}
|
||||||
counterRepo.save(com.android.trisolarisserver.models.room.PropertyCardCounter(
|
counterRepo.save(com.android.trisolarisserver.models.room.PropertyCardCounter(
|
||||||
property = property,
|
property = property,
|
||||||
nextIndex = 1
|
nextIndex = 10001
|
||||||
))
|
))
|
||||||
counter = counterRepo.findByPropertyIdForUpdate(propertyId)
|
counter = counterRepo.findByPropertyIdForUpdate(propertyId)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user