|
@ -3270,6 +3270,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
if (null == gridInfo){ |
|
|
if (null == gridInfo){ |
|
|
throw new EpmetException("查询网格信息失败:"+icResiUserEntity.getGridId()); |
|
|
throw new EpmetException("查询网格信息失败:"+icResiUserEntity.getGridId()); |
|
|
} |
|
|
} |
|
|
|
|
|
result.setCustomerId(customerInfo.getId()); |
|
|
result.setGridId(icResiUserEntity.getGridId()); |
|
|
result.setGridId(icResiUserEntity.getGridId()); |
|
|
result.setGridName(gridInfo.getGridName()); |
|
|
result.setGridName(gridInfo.getGridName()); |
|
|
return result; |
|
|
return result; |
|
|