@@ -126,7 +126,7 @@ public class BlackCardInManager extends AbstractCommManager implements LogManage | |||
if (response == null) { | |||
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("省中心接口无响应!"); | |||
} else { | |||
if (!response.isSuccess()) { | |||
if (response.isSuccess()) { | |||
String json = response.getMsg(); | |||
if (hasText(json)) { | |||
int indexOf1 = json.indexOf("对应黑名单重复上传"); |
@@ -121,7 +121,7 @@ public class BlackObuInManager extends AbstractCommManager implements LogManager | |||
if (response == null) { | |||
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("省中心接口无响应!"); | |||
} else { | |||
if (!response.isSuccess()) { | |||
if (response.isSuccess()) { | |||
String json = response.getMsg(); | |||
if (hasText(json)) { | |||
int indexOf1 = json.indexOf("对应黑名单重复上传");//卡 |