|  | @ -101,14 +101,12 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom | 
			
		
	
		
		
			
				
					|  |  |             recordEntity.setIsComparison("1"); |  |  |             recordEntity.setIsComparison("1"); | 
			
		
	
		
		
			
				
					|  |  |             YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = YtHsResUtils.sfhyxxcxdsjj(entity.getIdCard(), entity.getName()); |  |  |             YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = YtHsResUtils.sfhyxxcxdsjj(entity.getIdCard(), entity.getName()); | 
			
		
	
		
		
			
				
					|  |  |             /*YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = new YtSfhyxxcxdsjjResDTO(); |  |  |             /*YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = new YtSfhyxxcxdsjjResDTO(); | 
			
		
	
		
		
			
				
					|  |  |             YtSfhyxxcxdsjjResDTO.YtSfhyxxcxdsjjDetail f = new YtSfhyxxcxdsjjResDTO.YtSfhyxxcxdsjjDetail(); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             List<YtSfhyxxcxdsjjResDTO.Result> l = new ArrayList<>(); |  |  |             List<YtSfhyxxcxdsjjResDTO.Result> l = new ArrayList<>(); | 
			
		
	
		
		
			
				
					|  |  |             YtSfhyxxcxdsjjResDTO.Result d = new YtSfhyxxcxdsjjResDTO.Result(); |  |  |             YtSfhyxxcxdsjjResDTO.Result d = new YtSfhyxxcxdsjjResDTO.Result(); | 
			
		
	
		
		
			
				
					|  |  |             d.setGMSFHM("371424188808087654"); |  |  |             d.setGMSFHM("371424188808087654"); | 
			
		
	
		
		
			
				
					|  |  |             d.setXM("小二"); |  |  |             d.setXM("小二"); | 
			
		
	
		
		
			
				
					|  |  |             l.add(d); |  |  |             l.add(d); | 
			
		
	
		
		
			
				
					
					|  |  |             f.setResult(l); |  |  |             sfhyxxcxdsjjResult.setResult(l);*/ | 
			
				
				
			
		
	
		
		
			
				
					|  |  |             sfhyxxcxdsjjResult.setData(f);*/ |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					|  |  |             if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { |  |  |             if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { | 
			
		
	
		
		
			
				
					|  |  |                 recordEntity.setComparisonResult("公安部接口调用失败"); |  |  |                 recordEntity.setComparisonResult("公安部接口调用失败"); | 
			
		
	
		
		
			
				
					|  |  |                 resultDTO.setResult(true); |  |  |                 resultDTO.setResult(true); | 
			
		
	
	
		
		
			
				
					|  | @ -116,7 +114,7 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom | 
			
		
	
		
		
			
				
					|  |  |                 return resultDTO; |  |  |                 return resultDTO; | 
			
		
	
		
		
			
				
					|  |  |             } else { |  |  |             } else { | 
			
		
	
		
		
			
				
					|  |  |                 //公安部不存在的数据
 |  |  |                 //公安部不存在的数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                 if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getData().getResult())) { |  |  |                 if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getResult())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                     recordEntity.setComparisonResult("公安部身份证号对应数据不存在"); |  |  |                     recordEntity.setComparisonResult("公安部身份证号对应数据不存在"); | 
			
		
	
		
		
			
				
					|  |  |                     //数据不一致的赋值为未处理信息不一致(空)
 |  |  |                     //数据不一致的赋值为未处理信息不一致(空)
 | 
			
		
	
		
		
			
				
					|  |  |                     recordEntity.setType("0"); |  |  |                     recordEntity.setType("0"); | 
			
		
	
	
		
		
			
				
					|  | @ -125,10 +123,10 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom | 
			
		
	
		
		
			
				
					|  |  |                     resultDTO.setResult(true); |  |  |                     resultDTO.setResult(true); | 
			
		
	
		
		
			
				
					|  |  |                     resultDTO.setResultExplain("公安部身份证号对应数据不存在"); |  |  |                     resultDTO.setResultExplain("公安部身份证号对应数据不存在"); | 
			
		
	
		
		
			
				
					|  |  |                 } else {//在公安部查询到了数据
 |  |  |                 } else {//在公安部查询到了数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                     recordEntity.setPoliceName(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM()); |  |  |                     recordEntity.setPoliceName(sfhyxxcxdsjjResult.getResult().get(0).getXM()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                     recordEntity.setPoliceIdCard(sfhyxxcxdsjjResult.getData().getResult().get(0).getGMSFHM()); |  |  |                     recordEntity.setPoliceIdCard(sfhyxxcxdsjjResult.getResult().get(0).getGMSFHM()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |                     //公安部跟居民库姓名不一致
 |  |  |                     //公安部跟居民库姓名不一致
 | 
			
		
	
		
		
			
				
					
					|  |  |                     if (!entity.getName().equals(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM())) { |  |  |                     if (!entity.getName().equals(sfhyxxcxdsjjResult.getResult().get(0).getXM())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                         //姓名不一致的赋值为未处理信息不一致(否)
 |  |  |                         //姓名不一致的赋值为未处理信息不一致(否)
 | 
			
		
	
		
		
			
				
					|  |  |                         recordEntity.setType("0"); |  |  |                         recordEntity.setType("0"); | 
			
		
	
		
		
			
				
					|  |  |                         recordEntity.setIdentical("0"); |  |  |                         recordEntity.setIdentical("0"); | 
			
		
	
	
		
		
			
				
					|  | @ -184,17 +182,17 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom | 
			
		
	
		
		
			
				
					|  |  |                     recordEntity.setComparisonResult("接口调用失败"); |  |  |                     recordEntity.setComparisonResult("接口调用失败"); | 
			
		
	
		
		
			
				
					|  |  |                 } else { |  |  |                 } else { | 
			
		
	
		
		
			
				
					|  |  |                     //公安部不存在的数据
 |  |  |                     //公安部不存在的数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                     if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getData().getResult())) { |  |  |                     if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getResult())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                         recordEntity.setComparisonResult("公安部身份证号对应数据不存在"); |  |  |                         recordEntity.setComparisonResult("公安部身份证号对应数据不存在"); | 
			
		
	
		
		
			
				
					|  |  |                         //数据不一致的赋值为未处理信息不一致(空)
 |  |  |                         //数据不一致的赋值为未处理信息不一致(空)
 | 
			
		
	
		
		
			
				
					|  |  |                         recordEntity.setType("0"); |  |  |                         recordEntity.setType("0"); | 
			
		
	
		
		
			
				
					|  |  |                         //代表程序干活了
 |  |  |                         //代表程序干活了
 | 
			
		
	
		
		
			
				
					|  |  |                         recordEntity.setIdentical("2"); |  |  |                         recordEntity.setIdentical("2"); | 
			
		
	
		
		
			
				
					|  |  |                     } else {//在公安部查询到了数据
 |  |  |                     } else {//在公安部查询到了数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                         recordEntity.setPoliceName(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM()); |  |  |                         recordEntity.setPoliceName(sfhyxxcxdsjjResult.getResult().get(0).getXM()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                         recordEntity.setPoliceIdCard(sfhyxxcxdsjjResult.getData().getResult().get(0).getGMSFHM()); |  |  |                         recordEntity.setPoliceIdCard(sfhyxxcxdsjjResult.getResult().get(0).getGMSFHM()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |                         //公安部跟居民库姓名不一致
 |  |  |                         //公安部跟居民库姓名不一致
 | 
			
		
	
		
		
			
				
					
					|  |  |                         if (!o.getName().equals(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM())) { |  |  |                         if (!o.getName().equals(sfhyxxcxdsjjResult.getResult().get(0).getXM())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                             //姓名不一致的赋值为未处理信息不一致(否)
 |  |  |                             //姓名不一致的赋值为未处理信息不一致(否)
 | 
			
		
	
		
		
			
				
					|  |  |                             recordEntity.setType("0"); |  |  |                             recordEntity.setType("0"); | 
			
		
	
		
		
			
				
					|  |  |                             recordEntity.setIdentical("0"); |  |  |                             recordEntity.setIdentical("0"); | 
			
		
	
	
		
		
			
				
					|  | @ -283,29 +281,27 @@ public class IcResiComparisonRecordServiceImpl extends BaseServiceImpl<IcResiCom | 
			
		
	
		
		
			
				
					|  |  |                 o.setIsComparison("1"); |  |  |                 o.setIsComparison("1"); | 
			
		
	
		
		
			
				
					|  |  |                 YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = YtHsResUtils.sfhyxxcxdsjj(o.getResiIdCard(), o.getResiName()); |  |  |                 YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = YtHsResUtils.sfhyxxcxdsjj(o.getResiIdCard(), o.getResiName()); | 
			
		
	
		
		
			
				
					|  |  |                 /*YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = new YtSfhyxxcxdsjjResDTO(); |  |  |                 /*YtSfhyxxcxdsjjResDTO sfhyxxcxdsjjResult = new YtSfhyxxcxdsjjResDTO(); | 
			
		
	
		
		
			
				
					|  |  |                 YtSfhyxxcxdsjjResDTO.YtSfhyxxcxdsjjDetail f = new YtSfhyxxcxdsjjResDTO.YtSfhyxxcxdsjjDetail(); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                 List<YtSfhyxxcxdsjjResDTO.Result> l = new ArrayList<>(); |  |  |                 List<YtSfhyxxcxdsjjResDTO.Result> l = new ArrayList<>(); | 
			
		
	
		
		
			
				
					|  |  |                 YtSfhyxxcxdsjjResDTO.Result d = new YtSfhyxxcxdsjjResDTO.Result(); |  |  |                 YtSfhyxxcxdsjjResDTO.Result d = new YtSfhyxxcxdsjjResDTO.Result(); | 
			
		
	
		
		
			
				
					|  |  |                 d.setGMSFHM("371424188808087654"); |  |  |                 d.setGMSFHM("371424188808087654"); | 
			
		
	
		
		
			
				
					|  |  |                 d.setXM("小二"); |  |  |                 d.setXM("小二"); | 
			
		
	
		
		
			
				
					|  |  |                 l.add(d); |  |  |                 l.add(d); | 
			
		
	
		
		
			
				
					
					|  |  |                 f.setResult(l); |  |  |                 sfhyxxcxdsjjResult.setResult(l);*/ | 
			
				
				
			
		
	
		
		
			
				
					|  |  |                 sfhyxxcxdsjjResult.setData(f);*/ |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					|  |  |                 if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { |  |  |                 if (null == sfhyxxcxdsjjResult || sfhyxxcxdsjjResult.getCode() != 200) { | 
			
		
	
		
		
			
				
					|  |  |                     o.setComparisonResult("接口调用失败"); |  |  |                     o.setComparisonResult("接口调用失败"); | 
			
		
	
		
		
			
				
					|  |  |                 } else { |  |  |                 } else { | 
			
		
	
		
		
			
				
					|  |  |                     //公安部不存在的数据
 |  |  |                     //公安部不存在的数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                     if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getData().getResult())) { |  |  |                     if (CollectionUtils.isEmpty(sfhyxxcxdsjjResult.getResult())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                         o.setComparisonResult("公安部身份证号对应数据不存在"); |  |  |                         o.setComparisonResult("公安部身份证号对应数据不存在"); | 
			
		
	
		
		
			
				
					|  |  |                         //数据不一致的赋值为未处理信息不一致(空)
 |  |  |                         //数据不一致的赋值为未处理信息不一致(空)
 | 
			
		
	
		
		
			
				
					|  |  |                         o.setType("0"); |  |  |                         o.setType("0"); | 
			
		
	
		
		
			
				
					|  |  |                         //代表程序干活了
 |  |  |                         //代表程序干活了
 | 
			
		
	
		
		
			
				
					|  |  |                         o.setIdentical("2"); |  |  |                         o.setIdentical("2"); | 
			
		
	
		
		
			
				
					|  |  |                     } else {//在公安部查询到了数据
 |  |  |                     } else {//在公安部查询到了数据
 | 
			
		
	
		
		
			
				
					
					|  |  |                         o.setPoliceName(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM()); |  |  |                         o.setPoliceName(sfhyxxcxdsjjResult.getResult().get(0).getXM()); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |                         o.setPoliceIdCard(sfhyxxcxdsjjResult.getData().getResult().get(0).getGMSFHM()); |  |  |                         o.setPoliceIdCard(sfhyxxcxdsjjResult.getResult().get(0).getGMSFHM()); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					|  |  |                         //公安部跟居民库姓名不一致
 |  |  |                         //公安部跟居民库姓名不一致
 | 
			
		
	
		
		
			
				
					
					|  |  |                         if (!o.getResiName().equals(sfhyxxcxdsjjResult.getData().getResult().get(0).getXM())) { |  |  |                         if (!o.getResiName().equals(sfhyxxcxdsjjResult.getResult().get(0).getXM())) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |                             //姓名不一致的赋值为未处理信息不一致(否)
 |  |  |                             //姓名不一致的赋值为未处理信息不一致(否)
 | 
			
		
	
		
		
			
				
					|  |  |                             o.setType("0"); |  |  |                             o.setType("0"); | 
			
		
	
		
		
			
				
					|  |  |                             o.setIdentical("0"); |  |  |                             o.setIdentical("0"); | 
			
		
	
	
		
		
			
				
					|  | 
 |