|
|
@ -415,7 +415,7 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
String currUserAgencyId, Map<Integer, String> checkBoxOptionColumnIdxAndLabel, |
|
|
|
String currUserAgencyPids, String currentUserId, String tableName) { |
|
|
|
|
|
|
|
this.printLog("persistIcResiBaseInfo"); |
|
|
|
//this.printLog("persistIcResiBaseInfo");
|
|
|
|
|
|
|
|
// 遍历每一行,将行内容转化为
|
|
|
|
for (Map<Integer, String> row : dataRows) { |
|
|
@ -1000,7 +1000,7 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
List<OptionResultDTO> options = null; |
|
|
|
|
|
|
|
log.info("optionsUrl:{}, currUserAgencyId:{}", pureUri, currUserAgencyId); |
|
|
|
this.printLog("listRemoteOptions"); |
|
|
|
//this.printLog("listRemoteOptions");
|
|
|
|
switch (pureUri) { |
|
|
|
case "/epmetuser/icresidemanddict/demandoption": |
|
|
|
options = getResultDataOrThrowsException(epmetUserOpenFeignClient.getDemandOptions(), ServiceConstant.EPMET_USER_SERVER, |
|
|
@ -1041,7 +1041,7 @@ public class IcResiUserImportServiceImpl implements IcResiUserImportService, Res |
|
|
|
} |
|
|
|
nform.setGridId(gridId); |
|
|
|
|
|
|
|
this.printLog("listRemoteOptions#neighborhoodoption"); |
|
|
|
//this.printLog("listRemoteOptions#neighborhoodoption");
|
|
|
|
log.info("neighborhoodoption:{},{}", currUserAgencyId, gridId); |
|
|
|
|
|
|
|
options = getResultDataOrThrowsException(govOrgOpenFeignClient.getNeighborHoodOptions(nform), ServiceConstant.GOV_ORG_SERVER, EpmetErrorCode.SERVER_ERROR.getCode(), null, null); |
|
|
|