Commit 3e404ae770950aef2d7da80e86c4ee51a897a055

Authored by litao@lymsh.com
1 parent 49ee691c26

1

Showing 2 changed files with 6 additions and 6 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/NewbornVisit.java View file @ 3e404ae
... ... @@ -91,7 +91,7 @@
91 91  
92 92 // 前囟 正常/膨隆/凹陷/其他
93 93 private String bregmatic;
94   - private String bregmaticOhter;
  94 + private String bregmaticOther;
95 95  
96 96 // 未闭合尺寸
97 97 private String unclosedSize;
98 98  
... ... @@ -156,12 +156,12 @@
156 156 // 下次访视时间
157 157 private Date nextVisitTimeDesc;
158 158  
159   - public String getBregmaticOhter() {
160   - return bregmaticOhter;
  159 + public String getBregmaticOther() {
  160 + return bregmaticOther;
161 161 }
162 162  
163   - public void setBregmaticOhter(String bregmaticOhter) {
164   - this.bregmaticOhter = bregmaticOhter;
  163 + public void setBregmaticOther(String bregmaticOther) {
  164 + this.bregmaticOther = bregmaticOther;
165 165 }
166 166  
167 167 public String getCouponCode() {
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java View file @ 3e404ae
... ... @@ -358,7 +358,7 @@
358 358 restMap.put("complexion", ComplexionEnums.getName(newbornVisit.getComplexion())); /** 面色 */
359 359 restMap.put("ictericPart", newbornVisit.getIctericPart()); /** 黄染部位 */
360 360 restMap.put("bregmatic", BregmaticEnums.getName(newbornVisit.getBregmatic())); /** 前囟 */
361   - restMap.put("bregmaticOhter", newbornVisit.getBregmaticOhter()); /** 前囟 */
  361 + restMap.put("bregmaticOther", newbornVisit.getBregmaticOther()); /** 前囟 */
362 362 restMap.put("eye", newbornVisit.getEye()); /** 眼外观 */
363 363 restMap.put("limb", newbornVisit.getLimb()); /** 四肢活动 */
364 364 restMap.put("ear", newbornVisit.getEar()); /** 耳外观 */