From 78c398d94f7bb4295ba3723d6919e4337ed2d243 Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期五, 12 一月 2024 17:26:41 +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