Commit da57c60257fcb384cd02cdcba5c17bfded195b43

Authored by yangfei
1 parent 74ec6cdcc1

听力转诊分页

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HighriskChangeHospitalController.java View file @ da57c60
... ... @@ -268,6 +268,7 @@
268 268 } else {
269 269 return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请传入查询类型");
270 270 }
  271 + query.setNeed("1");
271 272 //医院id
272 273 List<HighriskChangeHospital> hchList = highriskChangeHospitalService.queryHighriskChangeHospital(query);
273 274