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