liangchao 1 giorno fa
parent
commit
8817331ad9

+ 1
- 1
zhywpt-service-inss/src/main/java/cn/com/taiji/inss/manager/inst/InstOnlineActiveMananger.java Vedi File

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

Loading…
Annulla
Salva