|
|
@ -543,7 +543,7 @@ public class IcResiUserController implements ResultDataResolver { |
|
|
|
* @param tokenDto |
|
|
|
* @return 根据分类搜索 |
|
|
|
*/ |
|
|
|
@PostMapping("search") |
|
|
|
@PostMapping("searchbycategory") |
|
|
|
public Result<PageData<SearchByNameResultDTO>> search(@RequestBody SearchByNameFormDTO formDTO, @LoginUser TokenDto tokenDto) { |
|
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
|
formDTO.setUserId(tokenDto.getUserId()); |
|
|
|