|
|
@ -152,7 +152,7 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
|
result.setRegisterFlag(StringUtils.isNotBlank(myselfMsg.getResiId()) ? true : false); |
|
|
|
result.setRegisterGridName(ModuleConstant.EMPTY_STR); |
|
|
|
if(StringUtils.isNotBlank(myselfMsg.getGridId())){ |
|
|
|
//registerGridName 首次注册的网格
|
|
|
|
//registerGridName 当前在哪个网格,显示哪个网格的名称
|
|
|
|
CustomerGridFormDTO gridId = new CustomerGridFormDTO(); |
|
|
|
gridId.setGridId(myResiUserInfoFormDTO.getGridId()); |
|
|
|
Result<CustomerGridDTO> gridResult = govOrgFeignClient.getCustomerGridByGridId(gridId); |
|
|
|