wangyunpeng пре 2 недеља
родитељ
комит
664be4acb7

+ 1 - 1
api-module/src/main/java/com/tzld/piaoquan/api/service/contentplatform/impl/ContentPlatformPlanServiceImpl.java

@@ -413,7 +413,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
                     }
                 }
             }
-            if (!customCoverExist) {
+            if (!customCoverExist && vo.getCustomTitle().length() > 5) {
                 JSONObject multiTitle = managerApiService.videoMultiTitleSave(vo.getVideoId(), vo.getCustomTitle());
                 item.setCustomTitleId(multiTitle.getLong("id"));
             }