|
@@ -180,7 +180,9 @@ public class OrderBillsPlansServiceImpl implements IOrderBillsPlansService {
|
|
|
|
|
|
String serverName = request.getServerName();
|
|
|
int serverPort = request.getServerPort();
|
|
|
- String url = "http://" + serverName + ":" + serverPort + "/attachmngs/img/" + attachId;
|
|
|
+ String url = "https://yd.echepei.com/prod-api/attachmngs/img/" + attachId;
|
|
|
+// String url = "http://" + serverName + ":" + serverPort + "/attachmngs/img/" + attachId;
|
|
|
+
|
|
|
imgVo.setUrl(url);
|
|
|
|
|
|
fileList1.add(imgVo);
|