|
@@ -334,7 +334,8 @@ public class GraphCalculate {
|
|
|
for (PreResult pre:lisArr) {
|
|
|
if("化验--肾功能测定--肌酐(Cr)".equals(pre.getUniqueName()) && StringUtils.isNotEmpty(pre.getValue())){
|
|
|
try {
|
|
|
- sc = String.format("%.2f",Double.parseDouble(pre.getValue().trim())*0.01131);
|
|
|
+// sc = String.format("%.2f",Double.parseDouble(pre.getValue().trim())*0.01131);
|
|
|
+ sc = pre.getValue().trim();
|
|
|
}catch (Exception e){e.printStackTrace();}
|
|
|
|
|
|
}
|