Commit 9e0080bdd25f0c7c50232711c78c0c72736f6b9a
1 parent
b03cd68236
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/AntenatalExaminationFacade.java
View file @
9e0080b
| ... | ... | @@ -2024,8 +2024,8 @@ |
| 2024 | 2024 | lastTime = DateUtil.getyyyy_MM_dd(antExChuModels.get(0).getCheckTime()); |
| 2025 | 2025 | antexListResult.setTireNumber1(antExChuModels.get(0).getTireNumber()); |
| 2026 | 2026 | |
| 2027 | - antexListResult.setTreatmentOpinion2Types(mongoUtil.findPlatValues(antExChuModels.get(0).getTreatmentOpinion2Types())); | |
| 2028 | - antexListResult.setTreatmentOpinion2(mongoUtil.findPlatList(antExChuModels.get(0).getTreatmentOpinion2())); | |
| 2027 | +// antexListResult.setTreatmentOpinion2Types(mongoUtil.findPlatValues(antExChuModels.get(0).getTreatmentOpinion2Types())); | |
| 2028 | +// antexListResult.setTreatmentOpinion2(mongoUtil.findPlatList(antExChuModels.get(0).getTreatmentOpinion2())); | |
| 2029 | 2029 | |
| 2030 | 2030 | } else { |
| 2031 | 2031 | PatientsQuery patientsQuery1 = new PatientsQuery(); |