@ -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