Commit ad93cf19f388173e16cc9abb8912f2222b58e365
1 parent
6f0af894f4
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
ad93cf1
| ... | ... | @@ -1167,7 +1167,7 @@ |
| 1167 | 1167 | result.put("subTSH", sieveApply.getSubTSH()); |
| 1168 | 1168 | result.put("menses", sieveApply.getMenses()); |
| 1169 | 1169 | result.put("hAFPType", sieveApply.gethAFPType()); |
| 1170 | - result.put("bhcgType", sieveApply.getbHcgType()); | |
| 1170 | + result.put("bHcgType", sieveApply.getbHcgType()); | |
| 1171 | 1171 | result.put("uE3Type", sieveApply.getuE3Type()); |
| 1172 | 1172 | result.put("pAPPAType", sieveApply.getpAPPAType()); |
| 1173 | 1173 |