|
@@ -132,7 +132,7 @@ public class AttachmentFileUtil {
|
|
String uuid = UUID.randomUUID().toString().replace("-", "");
|
|
String uuid = UUID.randomUUID().toString().replace("-", "");
|
|
String pathParam = FileNameUtils.getAttachmentFileName(requestContext.getTenantId(),
|
|
String pathParam = FileNameUtils.getAttachmentFileName(requestContext.getTenantId(),
|
|
requestContext.getAccountId(), uuid, fileName);
|
|
requestContext.getAccountId(), uuid, fileName);
|
|
- System.out.println("FTP pathParam"+pathParam);
|
|
|
|
|
|
+ logger.info("FTP pathParam:"+pathParam);
|
|
|
|
|
|
attachItem.put("size", size);
|
|
attachItem.put("size", size);
|
|
|
|
|