|
|
@@ -256,6 +256,10 @@ public class SynProjectCollectionTask { |
|
|
|
StringJoiner sj = collectionManage.convertAndUpload(cimplement.getBaseIrsTestRunFile()); |
|
|
|
cimplement.setBaseIrsTestRunFilePdf(sj.toString()); |
|
|
|
} |
|
|
|
if(StringUtils.isBlank(cimplement.getBaseInforLevelFilePdf()) && StringUtils.isNotBlank(cimplement.getBaseInforLevelFile())){ |
|
|
|
StringJoiner sj = collectionManage.convertAndUpload(cimplement.getBaseInforLevelFile()); |
|
|
|
cimplement.setBaseInforLevelFilePdf(sj.toString()); |
|
|
|
} |
|
|
|
cimplementService.updateById(cimplement); |
|
|
|
} |
|
|
|
|
|
|
|