From 46e068ccdb267ab86eb14358e204ab327fe0dd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E4=BA=91=E6=98=8A?= Date: Wed, 24 Mar 2021 15:46:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(softswitch):REST=E6=8C=89=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=A0=81=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java b/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java index 028cd79..1bd2e4d 100644 --- a/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java +++ b/modules/i3plus-pojo-softswitch/src/main/java/cn/estsh/i3plus/pojo/softswitch/bean/BsSuitCase.java @@ -263,7 +263,7 @@ public class BsSuitCase extends BaseBean { private Integer retryInterval; public int getRetryIntervalVal() { - return isSupportRetry == null ? 10: isSupportRetry; + return retryInterval == null ? 10: retryInterval; } @Transient