修改AST对应SGOT ALT对应 sppt
This commit is contained in:
parent
2a217957a5
commit
b6fb74a40b
@ -885,7 +885,7 @@ public class InspectPatientController {
|
||||
if (result.getItemValue() != null) {
|
||||
if (NumberUtils.isNumeric(result.getItemValue())) {
|
||||
double value = Double.parseDouble(result.getItemValue());
|
||||
patientJYInfoVO.setSgpt(value);
|
||||
patientJYInfoVO.setSgot(value);
|
||||
}
|
||||
}
|
||||
break;
|
||||
@ -901,7 +901,7 @@ public class InspectPatientController {
|
||||
if (result.getItemValue() != null) {
|
||||
if (NumberUtils.isNumeric(result.getItemValue())) {
|
||||
double value = Double.parseDouble(result.getItemValue());
|
||||
patientJYInfoVO.setSgot(value);
|
||||
patientJYInfoVO.setSgpt(value);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user