liangchao 5 dni temu
rodzic
commit
8e4a92bbfc

+ 1
- 0
zhywpt-service-inss/src/main/java/cn/com/taiji/inss/manager/vfj/AbstractHandleManager.java Wyświetl plik

@@ -62,6 +62,7 @@ public abstract class AbstractHandleManager extends AbstractManager {
VfjCommonResponse vfjResponse = HttpClientHelper.jsonPost(VfjCommonResponse.class, vfjConfig.getUrl(), vfjRequest.toJson());
logger.info("vfj response:{}", vfjResponse.toJson());
if (vfjResponse.getCode().equals("E9997")) {
logger.error("VFJ调用失败:{}", vfjResponse.toJson());
redisWrapManager.delete(VFJ_SESSION_ID_KEY);
return this.excute(req);
} else if (vfjResponse.getCode().equals("0000")) {

Ładowanie…
Anuluj
Zapisz