Commit 0bb9b72930a8513f39166da7acafe1d4d1a99ebb
1 parent
dead1a2de5
Exists in
master
and in
8 other branches
增加退出登录接口
Showing 1 changed file with 2 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/BabyVisitModel.java
View file @
0bb9b72
| ... | ... | @@ -386,7 +386,7 @@ |
| 386 | 386 | } |
| 387 | 387 | |
| 388 | 388 | public void setJaundiceParts(String jaundiceParts) { |
| 389 | - jaundiceParts = jaundiceParts; | |
| 389 | + this.jaundiceParts = jaundiceParts; | |
| 390 | 390 | } |
| 391 | 391 | |
| 392 | 392 | public String getBregma() { |
| ... | ... | @@ -410,7 +410,7 @@ |
| 410 | 410 | } |
| 411 | 411 | |
| 412 | 412 | public void setLimbsActivity(String limbsActivity) { |
| 413 | - limbsActivity = limbsActivity; | |
| 413 | + this.limbsActivity = limbsActivity; | |
| 414 | 414 | } |
| 415 | 415 | |
| 416 | 416 | public String getEarAppearance() { |