From 30a0ac5c8d328403a8423d080a3b8f3fab07aadd Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期二, 14 十一月 2023 17:40:38 +0800 Subject: [PATCH] 质量隐患确认,故障单 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentDocumentController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentDocumentController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentDocumentController.java index 094b743..379cf43 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentDocumentController.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EquipmentDocumentController.java @@ -126,7 +126,7 @@ String type = json.getString("type"); EquipmentDocument equipmentDocument = json.toJavaObject(EquipmentDocument.class); - equipmentDocument.setType(fileType); + equipmentDocument.setFileType(fileType); equipmentDocumentService.save(equipmentDocument); // 鏂囦欢鍙樻洿 if (isFileChange) { @@ -166,7 +166,7 @@ String type = json.getString("type"); EquipmentDocument equipmentDocument = json.toJavaObject(EquipmentDocument.class); - equipmentDocument.setType(fileType); + equipmentDocument.setFileType(fileType); equipmentDocumentService.saveOrUpdate(equipmentDocument); // 鏂囦欢鍙樻洿 if (isFileChange) { -- Gitblit v1.9.3