From 8aa4ffc8a81a0a8d98bc89b969707c90a5c1fc53 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 31 一月 2024 14:37:53 +0800
Subject: [PATCH] 设备管理按照车间筛选和导出

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java
index 3010565..9c66f17 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java
@@ -88,7 +88,6 @@
         String chineseName = mdcEquipmentThreshold.getChineseName();
         mdcEquipmentThreshold.setEnglishName(chineseName.substring(0, chineseName.indexOf("(")));
         mdcEquipmentThreshold.setChineseName(chineseName.substring(mdcEquipmentThreshold.getEnglishName().length() + 1, chineseName.length() - 1));
-        mdcEquipmentThresholdService.save(mdcEquipmentThreshold);
         mdcEquipmentThresholdService.updateById(mdcEquipmentThreshold);
         return Result.OK("缂栬緫鎴愬姛!");
     }

--
Gitblit v1.9.3