|
@@ -243,7 +243,7 @@ public class DeliveryController extends BaseController {
|
|
// 获取后缀
|
|
// 获取后缀
|
|
String sufferFix = fname.substring(fname.lastIndexOf("."));
|
|
String sufferFix = fname.substring(fname.lastIndexOf("."));
|
|
// 访问url
|
|
// 访问url
|
|
- String fileUrl = customConfig.getPathUrl() + "/" + date;
|
|
|
|
|
|
+ String fileUrl = customConfig.getAttaUrl() + "/" + date;
|
|
// 存储路径
|
|
// 存储路径
|
|
String filePath = customConfig.getAttaPath() + fileUrl;
|
|
String filePath = customConfig.getAttaPath() + fileUrl;
|
|
File path = new File(filePath);
|
|
File path = new File(filePath);
|