修改AST对应SGOT ALT对应 sppt

This commit is contained in:
lxd 2025-04-21 09:38:42 +08:00
parent 2a217957a5
commit b6fb74a40b

View File

@ -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;