Commit 5adee520 authored by zhangch's avatar zhangch

修改

parent 244159ed
...@@ -107,9 +107,6 @@ public class DisableController { ...@@ -107,9 +107,6 @@ public class DisableController {
*/ */
@RequestMapping("/fndDiseaseList") @RequestMapping("/fndDiseaseList")
public Result<List<ChFndDiseaseType>> fndDiseaseList(String parDiseTypeId) { public Result<List<ChFndDiseaseType>> fndDiseaseList(String parDiseTypeId) {
/*if (StrUtil.isBlank(parDiseTypeId)) {
return Result.failed(ResultCode.REQUEST_PARAM_ERROR);
}*/
List<ChFndDiseaseType> chFndDiseaseTypes = disableService.fndDiseaseList(parDiseTypeId); List<ChFndDiseaseType> chFndDiseaseTypes = disableService.fndDiseaseList(parDiseTypeId);
return Result.success(chFndDiseaseTypes); return Result.success(chFndDiseaseTypes);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment