datas.json
1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"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"
}
}