Commit 15f98ed8 authored by 赵啸非's avatar 赵啸非

修改站点请求地址

parent 71766675
......@@ -101,7 +101,7 @@ public class ProductServiceImpl extends AbstractCRUDServiceImpl<ProductDao, Prod
String path = UrlPath.of(Constant.DEVICE_BASEHOME_PATH, Charset.defaultCharset())
.add(entity.getProductCode())
.add(entity.getSkinName())
.toString();
.build(Charset.defaultCharset());
entity.setHomeUrl(path);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment