lyh
14 小时以前 fbf75b40fb739220240e6becff9598c25dac6060
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/service/impl/EamMaintenanceStandardServiceImpl.java
@@ -49,8 +49,6 @@
import org.jeecg.modules.system.entity.SysParams;
import org.jeecg.modules.system.service.*;
import org.jeecg.modules.system.vo.UserSelector;
import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP;
import org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@@ -1453,7 +1451,7 @@
                return Result.ok(successMsg + ";但" + errorMsg);
            }
            // 修改点:只返回设备数量
            // 只返回设备数量
            return Result.ok(fileName + "导入成功,设备数:" + standards.size());
        } catch (ImportException e) {