认证-参数项收集-填写人导入-bug修改

This commit is contained in:
liyawei
2022-11-03 22:03:07 +08:00
parent 895b13b57d
commit 3f19a27246
@@ -2806,7 +2806,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
MultipartFile multipartFile =
new MockMultipartFile(nowFileList.get(0).getName(), nowFileList.get(0).getName(), "text/plain", input);
//文件存入文件表
OSSFile ossFile = ossFileService.uploadLocalOfCos(multipartFile, "", null, null);
OSSFile ossFile = ossFileService.uploadLocalOfCos(multipartFile, "", null, cut);
if (ObjectUtils.isNotEmpty(ossFile)) {
String connectId = UUID.randomUUID().toString().replace("-", "");
OSSFile ossFileUpdate = new OSSFile();