Commit 62c9c511f9098924ab0fb61904033cfa0f1e9419

Authored by litao@lymsh.com
1 parent ae88611a09

bug

Showing 1 changed file with 2 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RemoteFacade.java View file @ 62c9c51
... ... @@ -170,9 +170,9 @@
170 170 status = "低血压";
171 171 } else if(Double.parseDouble(ssy) > 140) {
172 172 status = "高血压";
173   - } else {
  173 + }/* else {
174 174 status = "正常";
175   - }
  175 + }*/
176 176 }
177 177 return status;
178 178 }