From ce8cb72035593058a572b905bedd327cad579f18 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 19 六月 2025 13:58:17 +0800 Subject: [PATCH] Revert "首页本月三保、下月三保、下下月三保统计调整" --- 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