Browse Source

删除临时文件

8 years ago
parent
commit
169280b613
1 changed files with 1 additions and 0 deletions
  1. 1 0
      patient-co-wlyy/src/main/java/com/yihu/wlyy/util/CommonUtil.java

+ 1 - 0
patient-co-wlyy/src/main/java/com/yihu/wlyy/util/CommonUtil.java

@ -187,6 +187,7 @@ public class CommonUtil {
                fileUrls += (StringUtils.isEmpty(fileUrls) ? "" : ",") + serverUrl
                        + result.get("groupName").toString().replaceAll("\"", "") + "/"
                        + result.get("remoteFileName").toString().replaceAll("\"", "");
                f.delete();
            }
        }
        return fileUrls;