pipIrr-platform/pipIrr-web/pipIrr-web-app/src/main/java/com/dy/pipIrrApp/issue/IssueSv.java
@@ -58,7 +58,7 @@ if(fvo != null && fvo.fileWebUrl != null){ jsonObject.put("webPath", fvo.fileWebUrl + jsonObject.get("filePath")); if(hasZipFile){ if(isVideo){ if(!isVideo){ jsonObject.put("webPathZip", fileOp.getFileZipPath(fvo.fileWebUrl + jsonObject.get("filePath"))); }else{ jsonObject.put("webPathZip", fileOp.getFileZipPath(fvo.fileWebUrl + jsonObject.get("filePath"), "jpg"));