|
@@ -45,7 +45,7 @@ public class TranDiseaseIcdController {
|
|
@SysLogger("getDiseaseIcds")
|
|
@SysLogger("getDiseaseIcds")
|
|
@ApiIgnore
|
|
@ApiIgnore
|
|
public RespDTO<List<DiseaseIcd>> getDiseaseIcds(@RequestBody @Valid GetDiseaseIcdVO getDiseaseIcdVO) {
|
|
public RespDTO<List<DiseaseIcd>> getDiseaseIcds(@RequestBody @Valid GetDiseaseIcdVO getDiseaseIcdVO) {
|
|
- List<DiseaseIcd> data = diseaseIcdFacade.getDiseaseIcds(getDiseaseIcdVO);
|
|
|
|
|
|
+ List<GetDiseaseIcdDTO> data = diseaseIcdFacade.getDiseaseIcds(getDiseaseIcdVO);
|
|
return RespDTO.onSuc(data);
|
|
return RespDTO.onSuc(data);
|
|
}
|
|
}
|
|
|
|
|