|
|
|
@ -116,7 +116,6 @@ public class StrayAnimalController { |
|
|
|
|
|
|
|
@Operation(summary = "获取自己登记创建的动物信息列表") |
|
|
|
@GetMapping(value = "/getSelfCreatedPage") |
|
|
|
@Log(module = LogModuleEnum.STRAY_ANIMAL_INFO, value = ActionTypeEnum.LIST) |
|
|
|
public PageResult<StrayAnimalShortVO> getSelfCreatedPage( |
|
|
|
OwnStrayAnimalQuery queryParams |
|
|
|
) { |
|
|
|
@ -134,7 +133,6 @@ public class StrayAnimalController { |
|
|
|
|
|
|
|
@Operation(summary = "获取某个用户登记创建的动物信息列表") |
|
|
|
@GetMapping(value = "/getOthersCreatedPage/{authorUuid}") |
|
|
|
@Log(module = LogModuleEnum.STRAY_ANIMAL_INFO, value = ActionTypeEnum.LIST) |
|
|
|
public PageResult<StrayAnimalShortVO> getOthersCreatedPage( |
|
|
|
@PathVariable String authorUuid, |
|
|
|
OwnStrayAnimalQuery queryParams |
|
|
|
|