|
@@ -220,8 +220,8 @@ public class MaterialInfoController {
|
|
if (!Check.isNull(url)) {
|
|
if (!Check.isNull(url)) {
|
|
if (!url.contains(KuaishouInterfaceConstant.HTTPS_PREFIX)) {
|
|
if (!url.contains(KuaishouInterfaceConstant.HTTPS_PREFIX)) {
|
|
url = KuaishouInterfaceConstant.HTTPS_PREFIX + url;
|
|
url = KuaishouInterfaceConstant.HTTPS_PREFIX + url;
|
|
- materialInfo.setUrl(url);
|
|
|
|
}
|
|
}
|
|
|
|
+ materialInfo.setUrl(url);
|
|
}
|
|
}
|
|
|
|
|
|
boolean ok = materialInfoService.updateById(materialInfo);
|
|
boolean ok = materialInfoService.updateById(materialInfo);
|