|
@ -63,7 +63,7 @@ public class FileUtil {
|
|
ObjectNode result = fastDFSHelper.upload(in, fileType, "");
|
|
ObjectNode result = fastDFSHelper.upload(in, fileType, "");
|
|
in.close();
|
|
in.close();
|
|
if (result != null) {
|
|
if (result != null) {
|
|
fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",") + fastdfs_file_url
|
|
|
|
|
|
fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",")
|
|
+ result.get("groupName").toString().replaceAll("\"", "") + "/"
|
|
+ result.get("groupName").toString().replaceAll("\"", "") + "/"
|
|
+ result.get("remoteFileName").toString().replaceAll("\"", "");
|
|
+ result.get("remoteFileName").toString().replaceAll("\"", "");
|
|
f.delete();
|
|
f.delete();
|