LAPTOP-5NTQJPUS\LT 10 tháng trước cách đây
mục cha
commit
1546fe77e9
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      DataFusion/src/com/zskk/service/DataService.java

+ 1 - 2
DataFusion/src/com/zskk/service/DataService.java

@@ -127,8 +127,7 @@ public class DataService {
 //		String fileStorePath = getFileWithUrl(fpString, fileName);
 		String fileStorePath = downloadFtpFile(fpString, fileName);
 		File file = new File(fileStorePath);
-		String key = "attachment"+PropKit.get("institution_id") + "/" + fileName;
-               
+		String key = "attachment"+ "/" + PropKit.get("institution_id") + "/" + fileName;
 		boolean exists = client.doesObjectExist(PropKit.get("oss_bucketName"), key);
 		if (!exists) {
 			PutObjectRequest request = new PutObjectRequest(PropKit.get("oss_bucketName"), key, file);