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