Commit 608803f4bc700aa574275ac2d7162c0066a7bc67

Authored by liquanyu
1 parent 5a9ba6d7c5
Exists in master and in 1 other branch dev

产筛

Showing 1 changed file with 0 additions and 9 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 608803f
... ... @@ -1494,15 +1494,6 @@
1494 1494 String bmi = patientWeightService.getBmi("68.07", "165");
1495 1495 Map<String,String> map = patientWeightService.getComputeKul(68.07 , 70.43, 13, Double.parseDouble(bmi),"1");
1496 1496 System.out.println(map);
1497   -
1498   -// double kulStart = 750;
1499   -// int k1 = ((int)kulStart/100)*100;
1500   -// double k2 = kulStart - k1;
1501   -// if (k2 > 50)
1502   -// {
1503   -// k1+=100;
1504   -// }
1505   -// System.out.println(k1);
1506 1497 }
1507 1498 }