|
|
@ -93,7 +93,7 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom |
|
|
|
l.add(d); |
|
|
|
f.setResult(l); |
|
|
|
sfhyxxcxdsjjResult.setData(f);*/ |
|
|
|
if (sfhyxxcxdsjjResult.getCode() != 200) { |
|
|
|
if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { |
|
|
|
recordEntity.setComparisonResult("公安部接口调用失败"); |
|
|
|
resultDTO.setResult(true); |
|
|
|
resultDTO.setResultExplain("公安部接口调用失败"); |
|
|
@ -157,7 +157,7 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom |
|
|
|
recordEntity.setResiIdCard(o.getIdCard()); |
|
|
|
recordEntity.setIsComparison("1"); |
|
|
|
YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = YtHsResUtils.sfhyxxcxdsjj(o.getIdCard(), o.getName()); |
|
|
|
if (sfhyxxcxdsjjResult.getCode() != 200) { |
|
|
|
if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { |
|
|
|
recordEntity.setComparisonResult("接口调用失败"); |
|
|
|
} else { |
|
|
|
//数据已处理
|
|
|
|