paras.put("app_desc", selectApp.getValue("description"));
paras.put("share_date", new java.sql.Date(System.currentTimeMillis()));
paras.put("share_app_id",selectApp.getUid());
paras.put("auth_tenant_name", tv.getTenant().getValue("l10n"));
paras.put("auth_tenant_id", tv.getTenant().getUid());
insertAppShare.invokeUpdate(paras);
} catch (UnsupportedEncodingException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block