Commit bc283755fb73543a88ce5481fc71e591479d3c51

Authored by jiangjiazhi
1 parent cd3541657c

孕妇分娩后 变成产妇

Showing 1 changed file with 3 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/HighScoreResult.java View file @ bc28375
... ... @@ -32,6 +32,9 @@
32 32 }
33 33  
34 34 public Integer getScore() {
  35 + if(null==score){
  36 + return 0;
  37 + }
35 38 return score;
36 39 }
37 40