datas.json 1.63 KB
{
  "table": {
    "pageUid": "",
    "pageId": "",
    "tableType": "none",
    "pageSize": "",
    "instanceid": "ESB_PUBLISH_log_list_table"
  },
  "sql": {
    "backfields": " L.PUBLISHID PUBLISHID, MAX(P.PUBLISHNAME) PUBLISHNAME, COUNT(1) RUNNUM,SUM(CASE L.RUNSTATE WHEN '1' THEN 1 ELSE 0 END) AS SNUM,SUM(CASE L.RUNSTATE WHEN '1' THEN 0 ELSE 1 END) AS ENUM,AVG(L.RUNTIME) RUNTIME ",
    "sqlform": " ESB_LOG L LEFT JOIN ESB_PUBLISH P ON L.PUBLISHID = P.PUBLISHID ",
    "sqlwhere": "",
    "sqlorderby": "  L.PUBLISHID ASC ",
    "sqlisdistinct": "true"
  },
  "cols": [
    {
      "width": "20%",
      "text": "84",
      "column": "publishId",
      "orderkey": "publishId",
      "isPrimarykey":true
    },{
      "width": "20%",
      "text": "195",
      "column": "publishName",
      "orderkey": "publishName"
    },{
      "width": "20%",
      "text": "382080",
      "transmethod": "com.api.integration.util.TableShowFormart.formartToRunNum",
      "otherpara":"column:RUNNUM+column:sNum+column:eNum",
      "column": "RUNNUM",
      "orderkey": "RUNNUM"
    },{
      "width": "20%",
      "text": "${382081}(ms)",
      "column": "RUNTIME",
      "orderkey": "RUNTIME",
      "transmethod": "com.api.integration.util.TableShowFormart.formartRound",
      "otherpara": ""
    }
  ],
  "popedom": {
    "transmethod": "weaver.general.SplitPageTransmethod.getOpratePopedom",
    "otherpara": "2"
  },
  "operate": [
    {
      "text": "1338,126218",
      "type": "BTN_RUNLOG",
      "index": "0"
    }
  ],
  "checkbox":{
    "id":"",
    "showmethod":"weaver.general.SplitPageTransmethod.getCheckBox",
    "popedompara":"column:PUBLISHID"
  }
}