Commit f5023bb5f89d8009daf1af8ed0a3de602cb537de

Authored by liquanyu
1 parent f1e04ce677

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AmniocentesisFacade.java View file @ f5023bb
... ... @@ -324,7 +324,7 @@
324 324 {
325 325 Double d1 = Double.parseDouble(weight1);
326 326 Double d2 = Double.parseDouble(weight2);
327   - return (int)(d2 - d1);
  327 + return (int)(d1 - d2);
328 328 }
329 329 return 0;
330 330 }