Commit dc4eb22e974764aed5aa8977791d7fda07518b28
1 parent
e382f32f4e
Exists in
master
and in
6 other branches
婚检
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PreEugebicsServiceImpl.java
View file @
dc4eb22
... | ... | @@ -857,6 +857,7 @@ |
857 | 857 | map.put("menarcheAge", premaritalCheckup.getMenarcheAge());//初潮年龄 |
858 | 858 | map.put("lastMenses", premaritalCheckup.getLastMenses()); |
859 | 859 | map.put("menstrualAmount", premaritalCheckup.getMenstrualAmount());//月经量 |
860 | + map.put("menstrualCycle", premaritalCheckup.getMenstrualCycle());//月经周期 | |
860 | 861 | map.put("menorrhalgia", premaritalCheckup.getMenorrhalgia()); //痛经(1:有 2:无)(1:无 2:轻 3:中 4:重) |
861 | 862 | }else { |
862 | 863 | //孕检 |