| | |
| | | |
| | | Long curXtId = null; |
| | | Long curFxtId = null; |
| | | Long curSbId = null; |
| | | Long curSbId; |
| | | String curXtName = ""; |
| | | String curFxtName = ""; |
| | | |
| | |
| | | String xt = com.zt.core.shiro.ImportUtil.getCellValue(row, 1, pattern); //系统 |
| | | String fxt = com.zt.core.shiro.ImportUtil.getCellValue(row, 2, pattern); |
| | | String sb = com.zt.core.shiro.ImportUtil.getCellValue(row, 3, pattern); //设备 |
| | | String equipType = com.zt.core.shiro.ImportUtil.getCellValue(row, 4, pattern); //设备类型 |
| | | String reliabDistribType = com.zt.core.shiro.ImportUtil.getCellValue(row, 5, pattern); //可靠性分布类型 |
| | | String basicJoinCompute = com.zt.core.shiro.ImportUtil.getCellValue(row, 6, pattern); //参加计算 |
| | | String basicMtbfRegulate = com.zt.core.shiro.ImportUtil.getCellValue(row, 7, pattern); //mtbf |
| | | String basicMtbfRegulSuccRate = com.zt.core.shiro.ImportUtil.getCellValue(row, 8, pattern); //成功率 |
| | | String basicMtbfOperatingRatio = com.zt.core.shiro.ImportUtil.getCellValue(row, 9, pattern); //运行比 |
| | | String taskMtbcfRegulate = com.zt.core.shiro.ImportUtil.getCellValue(row, 10, pattern); //mtbcf |
| | | String taskMtbcfOtherParams2 = com.zt.core.shiro.ImportUtil.getCellValue(row, 11, pattern); //mtbcf其他参数2 |
| | | String taskMtbcfOtherParams3 = com.zt.core.shiro.ImportUtil.getCellValue(row, 12, pattern); //mtbcf其他参数3 |
| | | String taskMtbcfRegulSuccRate = com.zt.core.shiro.ImportUtil.getCellValue(row, 13, pattern); //mtbcf成功率 |
| | | String taskMtbcfOperatingRatio = com.zt.core.shiro.ImportUtil.getCellValue(row, 14, pattern); //mtbcf运行比 |
| | | String repairable = com.zt.core.shiro.ImportUtil.getCellValue(row, 15, pattern); //是否可维修 |
| | | String repairDistribType = com.zt.core.shiro.ImportUtil.getCellValue(row, 16, pattern); //维修发布类型 |
| | | String repairMttcr = com.zt.core.shiro.ImportUtil.getCellValue(row, 17, pattern); //mttcr |
| | | String repairMttcrOtherParams2 = com.zt.core.shiro.ImportUtil.getCellValue(row, 18, pattern); //mttcr其他参数2 |
| | | String repairMttcrOtherParams3 = com.zt.core.shiro.ImportUtil.getCellValue(row, 19, pattern); //mttcr其他参数3 |
| | | String sameSbName = com.zt.core.shiro.ImportUtil.getCellValue(row, 4, pattern); //同类设备名称 |
| | | String equipType = com.zt.core.shiro.ImportUtil.getCellValue(row, 5, pattern); //设备类型 |
| | | String reliabDistribType = com.zt.core.shiro.ImportUtil.getCellValue(row, 6, pattern); //可靠性分布类型 |
| | | String basicJoinCompute = com.zt.core.shiro.ImportUtil.getCellValue(row, 7, pattern); //参加计算 |
| | | String basicMtbfRegulate = com.zt.core.shiro.ImportUtil.getCellValue(row, 8, pattern); //mtbf |
| | | String basicMtbfRegulSuccRate = com.zt.core.shiro.ImportUtil.getCellValue(row, 9, pattern); //成功率 |
| | | String basicMtbfOperatingRatio = com.zt.core.shiro.ImportUtil.getCellValue(row, 10, pattern); //运行比 |
| | | String taskMtbcfRegulate = com.zt.core.shiro.ImportUtil.getCellValue(row, 11, pattern); //mtbcf |
| | | String taskMtbcfOtherParams2 = com.zt.core.shiro.ImportUtil.getCellValue(row, 12, pattern); //mtbcf其他参数2 |
| | | String taskMtbcfOtherParams3 = com.zt.core.shiro.ImportUtil.getCellValue(row, 13, pattern); //mtbcf其他参数3 |
| | | String taskMtbcfRegulSuccRate = com.zt.core.shiro.ImportUtil.getCellValue(row, 14, pattern); //mtbcf成功率 |
| | | String taskMtbcfOperatingRatio = com.zt.core.shiro.ImportUtil.getCellValue(row, 15, pattern); //mtbcf运行比 |
| | | String repairable = com.zt.core.shiro.ImportUtil.getCellValue(row, 16, pattern); //是否可维修 |
| | | String repairDistribType = com.zt.core.shiro.ImportUtil.getCellValue(row, 17, pattern); //维修发布类型 |
| | | String repairMttcr = com.zt.core.shiro.ImportUtil.getCellValue(row, 18, pattern); //mttcr |
| | | String repairMttcrOtherParams2 = com.zt.core.shiro.ImportUtil.getCellValue(row, 19, pattern); //mttcr其他参数2 |
| | | String repairMttcrOtherParams3 = com.zt.core.shiro.ImportUtil.getCellValue(row, 20, pattern); //mttcr其他参数3 |
| | | |
| | | if (StringUtils.isBlank(sb)) |
| | | continue; |
| | |
| | | paramId = modelMap.get(sbPath).getParamId(); |
| | | } |
| | | |
| | | if(StringUtils.isBlank(sameSbName)){ |
| | | sameSbName = sb; |
| | | } |
| | | |
| | | if (StringUtils.isEmpty(sb)) { |
| | | com.zt.life.util.ImportUtil.updateErrMap(errMap, "没有填写设备名称", sheetName, row1); |
| | | continue; |
| | |
| | | ParamData itemEntity = new ParamData(); |
| | | itemEntity.setShipId(shipId); |
| | | itemEntity.setProductId(curXtId); |
| | | itemEntity.setPageCode("expect"); |
| | | paramDataService.insert(itemEntity); |
| | | } |
| | | |
| | |
| | | ParamData itemEntity = new ParamData(); |
| | | itemEntity.setShipId(shipId); |
| | | itemEntity.setProductId(curFxtId); |
| | | itemEntity.setPageCode("expect"); |
| | | paramDataService.insert(itemEntity); |
| | | } |
| | | |
| | | xhProductModel.setPid(curFxtId == null ? curXtId : curFxtId); |
| | | xhProductModel.setId(curSbId); |
| | | xhProductModel.setName(sb); |
| | | xhProductModel.setSameSbName(sameSbName); |
| | | xhProductModel.setEquipType(equipType); |
| | | xhProductModel.setProductType("5"); |
| | | xhProductModel.setSort(Integer.valueOf(sort)); |
| | | defultImg = sysPictureBaseService.getDefaultImg(5).getId(); |
| | | xhProductModel.setOperatImg(defultImg); |
| | | xhProductModel.setNamePath(sbPath); |
| | | if (insertSb) { |
| | | xhProductModel.setPid(curFxtId == null ? curXtId : curFxtId); |
| | | xhProductModel.setId(curSbId); |
| | | xhProductModel.setName(sb); |
| | | xhProductModel.setEquipType(equipType); |
| | | xhProductModel.setProductType("5"); |
| | | xhProductModel.setSort(Integer.valueOf(sort)); |
| | | defultImg = sysPictureBaseService.getDefaultImg(5).getId(); |
| | | xhProductModel.setOperatImg(defultImg); |
| | | xhProductModel.setNamePath(sbPath); |
| | | this.insert(xhProductModel); |
| | | }else{ |
| | | this.update(xhProductModel); |
| | | } |
| | | |
| | | //导入预计参数 |
| | |
| | | //绑定设备ID |
| | | itemEntity.setShipId(shipId); |
| | | itemEntity.setProductId(curSbId); |
| | | itemEntity.setPageCode("expect"); |
| | | itemEntity.setReliabDistribType(reliabType.get(reliabDistribType)); |
| | | itemEntity.setBasicJoinCompute(isOrNot.get(basicJoinCompute)); |
| | | if (StringUtils.isNotBlank(basicMtbfRegulate)) { |
| | |
| | | return list; |
| | | } |
| | | |
| | | private void deleteByShipId(Long shipId) { |
| | | public void deleteByShipId(Long shipId) { |
| | | baseDao.deleteByShipId(shipId); |
| | | } |
| | | |
| | | private List<XhProductModel> getByShipId(Long shipId) { |
| | | return baseDao.getByShipId(shipId); |
| | | } |
| | | |
| | | public void deleteByPid(Long id) { |
| | | baseDao.deleteByPid(id); |
| | | } |
| | | |
| | | public Long[] getByPid(Long id) { |
| | | return baseDao.getByPid(id); |
| | | } |
| | | |
| | | public void exportDataExcel(Long shipId) { |
| | | baseDao.getProductByShip(shipId); |
| | | } |
| | | } |