Commit b61b1f172e5ae3c231dd07e30f9edda0e1d0df99
1 parent
f9b2d853c0
Exists in
master
and in
6 other branches
修复bug
Showing 1 changed file with 3 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyNutritionFacade.java
View file @
b61b1f1
... | ... | @@ -971,6 +971,9 @@ |
971 | 971 | if (arrayList.size() > 0) { |
972 | 972 | healthChargeQuery.setIds(arrayList); |
973 | 973 | } |
974 | + if (request.getInterpretDoctorId() != null) { | |
975 | + healthChargeQuery.setDoctorId(request.getInterpretDoctorId()); | |
976 | + } | |
974 | 977 | List<LinkedHashMap<String, Object>> healthChargeModels = getHealthChargeModels(healthChargeQuery); |
975 | 978 | objectResponse.setData(healthChargeModels); |
976 | 979 | objectResponse.setPageInfo(healthChargeQuery.getPageInfo()); |