|
|
@@ -241,7 +241,7 @@ public class InstOnlineActiveMananger extends AbstractCallBackManager { |
|
|
|
oqsObuQueryRequest.setObuId(vo.getObuId()); |
|
|
|
OqsObuQueryResponse oqsObuQueryResponse = jsonPostRepeat(oqsObuQueryRequest, 1); |
|
|
|
if (oqsObuQueryResponse.getQtkObuInfo() != null && oqsObuQueryResponse.getQtkObuInfo().getObuStatus() == ObuStatus.ZC) { |
|
|
|
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("该卡[" + vo.getCardId() + "]已发行"); |
|
|
|
throw GlyServiceError.BUSINESS_VALIDATE_ERR.toHandleException("该OBU[" + vo.getObuId() + "]已发行"); |
|
|
|
} else { |
|
|
|
QtkObuInfo obu = obuInfoRepo.findByObuId(vo.getObuId()); |
|
|
|
if (obu != null) { |