Commit 73692a54c572a8e63f475c4e32847fb7d95b7faa

Authored by liquanyu
1 parent e9057846c5

居住类型

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBuildController.java View file @ 73692a5
... ... @@ -269,6 +269,7 @@
269 269 request.setHighRiskInfo(highRiskInfo);
270 270 //体弱儿因素id
271 271 request.setWeakSonInfo(weakSonInfo);
  272 + request.setLiveType(liveType);
272 273  
273 274 return babyBookbuildingFacade.queryBabyList(request,loginState.getId());
274 275 }