|
@ -125,6 +125,9 @@ public class ResiMineGridServiceImpl implements ResiMineGridService { |
|
|
GridInfoCache grid = CustomerOrgRedis.getGridInfo(registeredGridId); |
|
|
GridInfoCache grid = CustomerOrgRedis.getGridInfo(registeredGridId); |
|
|
if (grid != null) { |
|
|
if (grid != null) { |
|
|
result.setRegisterGridStatus(grid.getAbandonFlag()); |
|
|
result.setRegisterGridStatus(grid.getAbandonFlag()); |
|
|
|
|
|
if (result.getRegisterGridStatus().compareTo(NumConstant.ONE) == NumConstant.ZERO){ |
|
|
|
|
|
return result; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
//1.调用third服务,根据appId获取客户Id
|
|
|
//1.调用third服务,根据appId获取客户Id
|
|
|