|
|
|
@@ -398,7 +398,7 @@ public class WxPropertyContractServiceImpl implements WxPropertyContractService |
|
|
|
pDest.mkdirs(); |
|
|
|
} |
|
|
|
try { |
|
|
|
String exportFileName=wxPropertyContract.getFilename()+filesuffix; |
|
|
|
String exportFileName = wxPropertyContract.getFilename(); |
|
|
|
downLoadFromUrl(wxPropertyContract.getFilepath(), filename, filepath); |
|
|
|
downFile(destPath, wxPropertyContract.getFilename(), exportFileName,response, request); |
|
|
|
org.apache.commons.io.FileUtils.forceDelete(dest); |
|
|
|
|