he2802 2 년 전
부모
커밋
09b5ec5596
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      zhongzheng-system/src/main/java/com/zhongzheng/modules/sdk/service/impl/TopNuoMplatformLogServiceImpl.java

+ 2 - 2
zhongzheng-system/src/main/java/com/zhongzheng/modules/sdk/service/impl/TopNuoMplatformLogServiceImpl.java

@@ -234,12 +234,12 @@ public class TopNuoMplatformLogServiceImpl extends ServiceImpl<TopNuoMplatformLo
                             if (!respone.contains("\"Status\":true")) {
                                 objectLambdaUpdateWrapper.set(TopNuoMplatformLog::getPushStatus, -1);
                                 this.update(null, objectLambdaUpdateWrapper);
-                                throw new CustomException("同步请求错误"+respone);
+                //                throw new CustomException("同步请求错误"+respone);
                             }
                         } catch (IOException e) {
                             objectLambdaUpdateWrapper.set(TopNuoMplatformLog::getPushStatus, -1);
                             this.update(null, objectLambdaUpdateWrapper);
-                            throw new CustomException("同步请求错误"+e.getMessage());
+                //            throw new CustomException("同步请求错误"+e.getMessage());
                         }
                         this.update(null, objectLambdaUpdateWrapper);
                     }