Procházet zdrojové kódy

修复球幕视频xml

dsx před 2 roky
rodič
revize
8b14847ecc

+ 3 - 0
src/main/java/com/fdkankan/job/job/RepairVideosHandler.java

@@ -112,6 +112,9 @@ public class RepairVideosHandler {
                             if (!fYunFileService.fileExist(upPath)) {
                                 continue;
                             }
+                            upName = upPath.substring(upPath.lastIndexOf("/") + 1);
+                            upPath1 = upPath.replace(upName, "").concat("Up.xml");
+                            upPath2 = upPath.replace(upName, "").concat("Up2.xml");
                             found = true;
                             log.info("upPath=" + upPath);
                             log.info("targetUpPath=" + targetUpPath);