|
@@ -160,7 +160,7 @@ public class TemplateExportAction implements IMINAction {
|
|
|
list.get(i).put("price", price);
|
|
|
list.get(i).put("url", modeklist.get(0).get("url"));
|
|
|
String path = MINRequest.getSession().getServletContext().getRealPath("/web");
|
|
|
- strm = Service.lookup(IDownloadService.class).donwLoad(modeklist.get(0).get("url"), path);
|
|
|
+ strm = Service.lookup(IDownloadService.class).donwLoad(modeklist.get(0).get("url").replace("106.37.170.219:10001", "127.0.0.1"), path);
|
|
|
}
|
|
|
}
|
|
|
//
|