认证-参数项收集-填写人导入-bug修改
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user