|
@ -1418,6 +1418,9 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
options = getResultDataOrThrowsException(epmetHeartOpenFeignClient.getDemandOptions(), ServiceConstant.EPMET_USER_SERVER, |
|
|
options = getResultDataOrThrowsException(epmetHeartOpenFeignClient.getDemandOptions(), ServiceConstant.EPMET_USER_SERVER, |
|
|
EpmetErrorCode.SERVER_ERROR.getCode(), null, null); |
|
|
EpmetErrorCode.SERVER_ERROR.getCode(), null, null); |
|
|
break; |
|
|
break; |
|
|
|
|
|
case "/resi/partymember/icPartyOrg/branchlist": |
|
|
|
|
|
options = this.listBranchOptions(); |
|
|
|
|
|
break; |
|
|
} |
|
|
} |
|
|
if (options == null) { |
|
|
if (options == null) { |
|
|
return null; |
|
|
return null; |
|
|