|
|
@ -143,12 +143,6 @@ public class BuildingUnitController { |
|
|
|
return new Result<List<DictOptionDTO>>().ok(list); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("getUnitInfo") |
|
|
|
public Result<EpidemicBuildingUnitDetailResultDTO> getUnitInfo(EpidemicBuildingUnitDTO formDTO) { |
|
|
|
EpidemicBuildingUnitDetailResultDTO dto = epidemicBuildingUnitService.getUnitInfo(formDTO); |
|
|
|
return new Result<EpidemicBuildingUnitDetailResultDTO>().ok(dto); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 房间号下拉框 |
|
|
|
* |
|
|
|