yumeng 5 년 전
부모
커밋
7748576f1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/MaterialInfoController.java

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/MaterialInfoController.java

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