e5dc72de by chentao

no message

1 parent 333683c0
...@@ -119,6 +119,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService { ...@@ -119,6 +119,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
119 List<String> repList = new ArrayList<>(); 119 List<String> repList = new ArrayList<>();
120 for (String url : list) { 120 for (String url : list) {
121 if (StrUtil.isNotBlank(url) && StrUtil.isNotBlank(baseUrl)) { 121 if (StrUtil.isNotBlank(url) && StrUtil.isNotBlank(baseUrl)) {
122 System.out.println("========url==========="+url);
123 System.out.println("========baseUrl==========="+baseUrl);
122 repList.add(url.replace("127.0.0.1:9000", baseUrl)); 124 repList.add(url.replace("127.0.0.1:9000", baseUrl));
123 } 125 }
124 } 126 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!