|
@ -148,7 +148,7 @@ public class ResiMineGridServiceImpl implements ResiMineGridService { |
|
|
} |
|
|
} |
|
|
GridInfoCache grid = CustomerOrgRedis.getGridInfo(userBaseInfo.getData().get(NumConstant.ZERO).getRegisteredGridId()); |
|
|
GridInfoCache grid = CustomerOrgRedis.getGridInfo(userBaseInfo.getData().get(NumConstant.ZERO).getRegisteredGridId()); |
|
|
if (grid != null) { |
|
|
if (grid != null) { |
|
|
result.setRegisterGridStatus(grid.getAbandonFlag().compareTo(NumConstant.ONE) == NumConstant.ZERO); |
|
|
result.setRegisterGridStatus(grid.getAbandonFlag()); |
|
|
} |
|
|
} |
|
|
return result; |
|
|
return result; |
|
|
} |
|
|
} |
|
|