|
@ -1748,8 +1748,10 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|
List<EpidemicPreventionResultDTO> list = baseDao.getEpidemicPreventionList(formDTO); |
|
|
List<EpidemicPreventionResultDTO> list = baseDao.getEpidemicPreventionList(formDTO); |
|
|
if (CollectionUtils.isNotEmpty(list)) { |
|
|
if (CollectionUtils.isNotEmpty(list) && null != list.get(NumConstant.ZERO)) { |
|
|
result = list.get(NumConstant.ZERO); |
|
|
result = list.get(NumConstant.ZERO); |
|
|
|
|
|
result.setShowIdCard(result.getIdCard()); |
|
|
|
|
|
result.setShowMobile(result.getMobile()); |
|
|
//查询网格名称
|
|
|
//查询网格名称
|
|
|
GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(result.getGridId()); |
|
|
GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(result.getGridId()); |
|
|
if (null != gridInfo) { |
|
|
if (null != gridInfo) { |
|
|