diff --git a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java index 999fb4d..6b28ac2 100644 --- a/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java +++ b/yudao-module-inspect/yudao-module-inspect-biz/src/main/java/cn/iocoder/yudao/module/inspect/controller/admin/inspectpatient/InspectPatientController.java @@ -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;