Change page size from 100 to 10
This commit is contained in:
parent
ce9260ede6
commit
e7fde81f49
|
|
@ -9,7 +9,7 @@ import java.util.List;
|
|||
|
||||
public interface NameHistoryMapper {
|
||||
|
||||
int PAGE_SIZE = 100;
|
||||
int PAGE_SIZE = 10;
|
||||
|
||||
/**
|
||||
* Retrieves a list of all types of recent punishment history records filtered based on the given parameters sorted
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import java.util.UUID;
|
|||
|
||||
public interface UUIDHistoryMapper {
|
||||
|
||||
int PAGE_SIZE = 100;
|
||||
int PAGE_SIZE = 10;
|
||||
|
||||
@Results({
|
||||
@Result(property = "uuid", column = "uuid", javaType = UUID.class, typeHandler = UUIDTypeHandler.class),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user