|
|
@ -560,7 +560,7 @@ public class ResiGroupController { |
|
|
|
* @param formDTO |
|
|
|
* @return com.epmet.commons.tools.utils.Result<com.epmet.resi.group.dto.group.result.GroupPointDetailResultDTO> |
|
|
|
*/ |
|
|
|
@PostMapping("groupPointDetail/{groupId}") |
|
|
|
@PostMapping("groupPointDetail") |
|
|
|
public Result<GroupPointDetailResultDTO> groupPointDetail(@RequestBody GroupPointDetailFormDTO formDTO) { |
|
|
|
return new Result<GroupPointDetailResultDTO>().ok(resiGroupService.groupPointDetail(formDTO)); |
|
|
|
} |
|
|
|