lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcEquipmentThresholdController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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("编辑成功!"); }