| | |
| | | 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; |
| | |
| | | return Result.ok(successMsg + ";但" + errorMsg); |
| | | } |
| | | |
| | | // 修改点:只返回设备数量 |
| | | // 只返回设备数量 |
| | | return Result.ok(fileName + "导入成功,设备数:" + standards.size()); |
| | | |
| | | } catch (ImportException e) { |