丁云鹏 10 ماه پیش
والد
کامیت
42ca1f6934

+ 2 - 1
recommend-feature-produce/src/main/java/com/tzld/piaoquan/recommend/feature/produce/service/OSSService.java

@@ -30,7 +30,8 @@ public class OSSService implements Serializable {
                 request.setNewObjectMetadata(objectMetadata);
                 CopyObjectResult result = ossClient.copyObject(request);
             } catch (OSSException oe) {
-                if (oe.getErrorCode().equals("NoSuchKey")) {
+                if (oe.getErrorCode().equals("NoSuchKey")
+                        || oe.getErrorCode().equals("InvalidObjectState")) {
                     continue;
                 } else {
                     throw oe;