# About Us > [name=RoyHuang] ### JSON ```=json var aboutUs = { "menu" : { // hardcode,預設全給,透過資料是否存在,才顯示 [ "label" : "Basic Information", "url" : "#basicInformation" ], [ "label" : "Products", "url" : "#products" ], [ "label" : "Sales on", "url" : "#salesOn" ], [ "label" : "Certification", "url" : "#certification" ], [ "label" : "Factory", "url" : "#factory" ], [ "label" : "Award(s)", "url" : "#awards" ], [ "label" : "Official Records", "url" : "#officialRecords" ], [ "label" : "Taiwan Product Magazines", "url" : "#taiwanProductMagazines" ], [ "label" : "Contact Information", "url" : "#contactInfo" ], // 客製公司介紹設定 [ "label" : {{ number }} , // company_custom_category.category_id "url" : {{ string }} , // multi_company_custom_category.name ], }, "aboutUsInfo" : { "updateTime" : {{ string }} , // 更新時間 "aboutUsUrl1" : {{ string }} , // About Us影音網址1 "aboutUsUrl2" : {{ string }} , // About Us影音網址2 "aboutUsUrl3" : {{ string }} , // About Us影音網址3 "aboutUsPictureUrl1" : {{ string }} , // About Us圖片1 "aboutUsPictureUrl2" : {{ string }} , // About Us圖片2 "aboutUsPictureUrl3" : {{ string }} , // About Us圖片3 "aboutUs" : {{ string }} , // 關於我們 }, "basicInfo" : { "companyName" : {{ string }} , // 公司名稱 "companyWebSiteUrl" : {{ string }} , // company cp page "rightId" : {{ number }} , // 會員權益id "yearEstablished" : {{ string }} , // 公司建立年份 "factoryLocation" : {{ string }} , // 工廠地址 "totalRevenue" : {{ string }} , // 營業額級距 "showCapital" : {{ number }} , // 顯示公司資本額 1:顯示 0:不顯示 "capital" : {{ string }} , // 公司資本額 "ieRevenue" : {{ string }} , // 出口總收益 "tel1" : {{ string }} , // 辦公室電話1(full data) "tel2" : {{ string }} , // 辦公室電話2(full data) "registerPostal" : {{ string }} , // zip code "ieRegisteredDate" : {{ string }} , // 進出口註冊日期 "registerAddress" : {{ string }} , // 註冊地址(目前語系) "registerAddressByZhtw" : {{ string }} , // 註冊地址tw FOR google map "employeeRank" : {{ string }} , // 會員級距 "brand" : {{ string }} , // 品牌名稱 "updateTimeDesc" : {{ string }} , // 更新時間 "businessTypeListDesc" : {{ string }} , // 公司型態 "mainExportProductName" : {{ string }} , // 主要出口產品 "mainExportMarketListDesc" : {{ string }} , // 主要出口市場 }, "factoryInfo" : { "videos" : { // hardcode * 3 (最多8) [ "url" : {{ string }} , // facUrl1 ~ facUrl3,工廠網址url 1 "title" : {{ string }} , // facUrlTitle1 ~ facUrlTitle3,工廠網址title 1 ], }, // 工廠圖片 * 8 (最多8) "images" : { [ "id" : {{ number }} , // 工廠圖片id "url" : {{ string }} , // 工廠圖片網址 "title" : {{ string }} , // 工廠圖片說明,factory_title "alt" : {{ string }} , // 工廠圖片替代文字,factory_title ] } }, // 第三方認證 "thirdCertInfo" : { // TTS LOGO (focus certification) "ttsCert" : { "hasCert" : {{ boolean }} // and officialRecordsFromTTSList > 0 "name" : "Taiwan TradeShow" "imgUrl" : {{ string }} }, // 如果有一個第三方認證,就顯示一張進階認證圖 "advancedCert" : { "hasCert" : {{ boolean }} "name" : {{ string }} "imgUrl" : {{ string }} }, // * 5 [ "id" : {{ number }} , // 認證id "isUseHtml" : {{ boolean }} , // "informationHtml" : {{ string }} , // "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], }, // 公司認證 "companyCert" : { "total" : {{ number }} , // 公司認證總筆數 "certCpUrl" : {{ string }} , // 認證CP url // * 5 [ "id" : {{ number }} , // 認證id "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], }, // 產品認證 "productCert" : { "total" : {{ number }} , // 產品認證總筆數 "certCpUrl" : {{ string }} , // 認證CP url // * 5 [ "id" : {{ number }} , // 認證id "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], }, // award認證 "awardCert" : { // * 5 [ "id" : {{ number }} , // "startYear" : {{ string }} , // "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], }, // offical "officialCert" : { // * 5 [ "id" : {{ number }} , // "startYear" : {{ string }} , // "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], }, // 展場資訊 "officialRecords4TTS" : { // * 5 [ "syId" : {{ string }} , // 展覽年度 "coTaxId" : {{ string }} , // 廠商編號 "displayTitle" : {{ string }} , // "showYearMonth" : {{ string }} , // "logoUrl" : {{ string }} , // "showBoots" : {{ string }} , // 攤位號 "sUrl" : {{ string }} , // ] }, "productInfos" : { "total" : {{ number }} , // 產品認證總筆數 "certLpUrl" : {{ string }} , // prodcut LP url // * 5 [ "id" : {{ number }} , // 認證id "imgId" : {{ number }} , // "imgUrl" : {{ string }} , // "imgTitle" : {{ string }} , // "imgAlt" : {{ string }} , // "lightboxUrl" : {{ string }} , // ], , // Taiwan Product Magazines "taiwanProductMagazines" : { "total" : {{ number }} , // 總筆數 // * N [ "title" : {{ string }} , // "pictureUrl" : {{ string }} , // "titleUrl" : {{ string }} , // "publishDate" : {{ string }} , // "pageNo" : {{ string }} , // ], }, "contactInfo" : { "owner" : {{ string }} , // 負責人名稱(full data) "contactName" : {{ string }} , // 負責人名稱 "contactFullName" : {{ string }} , // 負責人名稱(full data) "contactTitle" : {{ string }} , // 負責人title "contactPicture" : {{ number }} , // 負責人照片id "contactCard" : {{ string }} , // 負責人名片id "contactEmail" : {{ string }} , // 負責人 email "contactPhone" : {{ string }} , // 負責人電話 "contactFax" : {{ string }} , // 負責人傳真 "contactQq" : {{ string }} , // 負責人 Qq "contactYahoo" : {{ string }} , // 負責人 yahoo "contactSkype" : {{ string }} , // 負責人 skype "contactLine" : {{ string }} , // 負責人 line "officePostal" : {{ string }} , // 辦公室郵遞區號 "officeAddress" : {{ string }} , // 辦公室地址 "officeAddressByZhtw" : {{ string }} , // 辦公室地址中文 FOR google map "factoryAddress" : {{ string }} , // 工廠地址 "factoryAddressByZhtw" : {{ string }} , // 工廠地址中文 FOR google map "officeHour" : {{ string }} , // 公司營業時間 "onlineUrl" : {{ string }} , // 線上購物網URL(易成網) "websiteUrl" : {{ string }} , // 公司網址 "qrcodeUrl" : {{ string }} , // qrcodeU網址 "officeFax" : {{ string }} , // 辦公室傳真(full data) "overseaBranchTot" : {{ string }} , // 海外據點統計 "contactWeChat" : {{ string }} , // 聯絡人WeChat帳號 "contactWhatsApp" : {{ string }} , // 聯絡人WhatsApp帳號 "contactGoogleHandout" : {{ string }} , // 聯絡人Google Hangout帳號 "contactFacebookMessenger" : {{ string }} , // 聯絡人FB 帳號 }, } } ``` ### SQL ```=SQL -- basic EP_ABOUTUS_PKG.sp_basic_info -- cert EP_ABOUTUS_PKG.sp_cert_datas -- product FRONT_COMPANY_CP_EZ_PKG.sp_other_products -- Magazines -- https://ttcloud.atlassian.net/browse/TCAP-5934 SELECT * FROM TP_MAGAZINE_ISSUE_ID_LIST_VIEW WHERE company_id = 426821 AND ISSUE_IS_ACTIVE = 1 AND IS_ACTIVE = 1 ORDER BY PUBLISH_YEAR DESC, UPDATE_TIME DESC ; ```