he2802 2 жил өмнө
parent
commit
09b5ec5596

+ 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);
                     }