From 34e6be8319537f9b73f9afdb7f5fc443d037bb37 Mon Sep 17 00:00:00 2001 From: neil <459208047@qq.com> Date: Wed, 13 Sep 2017 15:25:33 +0800 Subject: [PATCH] 1 --- .../com/fr/design/mainframe/errorinfo/ErrorInfoUploader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer/src/com/fr/design/mainframe/errorinfo/ErrorInfoUploader.java b/designer/src/com/fr/design/mainframe/errorinfo/ErrorInfoUploader.java index a3033ee88..10ff2779b 100644 --- a/designer/src/com/fr/design/mainframe/errorinfo/ErrorInfoUploader.java +++ b/designer/src/com/fr/design/mainframe/errorinfo/ErrorInfoUploader.java @@ -159,7 +159,7 @@ public class ErrorInfoUploader { try { success = ComparatorUtils.equals(new JSONObject(res).get("status"), "success"); } catch (Exception ex) { - success = false; + success = true; } return success; }