fix(88633): 标准主计划导出问题
This commit is contained in:
+21
-11
@@ -660,7 +660,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId8", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId8", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -684,7 +686,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId7", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId7", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -708,11 +712,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId6", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
}
|
lm.put("deliverableFileId6", ossFile.getFileName());
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
}
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
|
||||||
lm.put("deliverableFileId62", ossFile.getFileName());
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -736,7 +738,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId5", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId5", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -774,7 +778,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId1", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId1", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -798,7 +804,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId4", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId4", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -821,7 +829,9 @@ public class LawsStandardMasterPlanServiceImpl
|
|||||||
}
|
}
|
||||||
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
if (StringUtils.isNotBlank(v.getDeliverableFileId())){
|
||||||
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
OSSFile ossFile = ossFileService.getById(v.getDeliverableFileId());
|
||||||
lm.put("deliverableFileId3", ossFile.getFileName());
|
if (!Objects.isNull(ossFile)){
|
||||||
|
lm.put("deliverableFileId3", ossFile.getFileName());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user