|
|
@ -330,7 +330,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
@Cacheable(value = ":app_client_info:", key = "''+#clientId")
|
|
|
|
@Cacheable(value = ":app_client_info:", key = "''+#clientId", unless="#result == null")
|
|
|
|
public JSONObject getClientInfo(int clientId) {
|
|
|
|
public JSONObject getClientInfo(int clientId) {
|
|
|
|
return clientMapper.findClient(clientId);
|
|
|
|
return clientMapper.findClient(clientId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|