Lius
2023-12-14 b5ca03a3078a7cc738c0d22562c8e9cd8168704f
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("编辑成功!");
    }