Commit 074d11fab85c54fc0fe30346712608e8f592b958
1 parent
0bc5116e7f
Exists in
master
and in
6 other branches
儿童管理列表按高危查询
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
074d11f
... | ... | @@ -2033,7 +2033,7 @@ |
2033 | 2033 | */ |
2034 | 2034 | public BaseListResponse queryBabyList(BabyManageRequest request, Integer userId) { |
2035 | 2035 | |
2036 | - List<String> hospitalIdList = new ArrayList<>(); | |
2036 | + List<String> hospitalIdList = new ArrayList<>(); | |
2037 | 2037 | |
2038 | 2038 | String hospitalName = ""; |
2039 | 2039 | String hospitalId = ""; |
... | ... | @@ -2296,7 +2296,7 @@ |
2296 | 2296 | //0 非高危 1 高危 2 全部 3、体弱儿 |
2297 | 2297 | if (request.getHighRiskType() != null) { |
2298 | 2298 | if (request.getHighRiskType() ==1) {//高危 |
2299 | - babyQuery.setLastHighRisk(1); | |
2299 | + // babyQuery.setLastHighRisk(1); | |
2300 | 2300 | babyQuery.setHighRisk(1); |
2301 | 2301 | }else if (request.getHighRiskType() ==3) {//体弱 |
2302 | 2302 | babyQuery.setWeakSon(1); |